Skip to content

Commit

Permalink
chore: Update alpine image to the latest stable (#35)
Browse files Browse the repository at this point in the history
Signed-off-by: Sergiy Kulanov <[email protected]>
Change-Id: If31d1ca4471b81076c87a4a0bbf1df9fe41c6866
  • Loading branch information
SergK committed Jan 3, 2024
1 parent 115cfa7 commit bc40846
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.18.3
FROM alpine:3.18.5

ENV ASSETS_DIR=/usr/local/bin \
HOME=/home/codebase-operator \
Expand All @@ -8,7 +8,7 @@ ENV ASSETS_DIR=/usr/local/bin \
USER_UID=1001

RUN apk add --no-cache ca-certificates=20230506-r0 \
openssh-client==9.3_p2-r0 \
openssh-client==9.3_p2-r1 \
git==2.40.1-r0

RUN adduser -h ${HOME} -s /bin/ash -D -u ${USER_UID} codebase-operator
Expand Down

0 comments on commit bc40846

Please sign in to comment.