Skip to content

Commit

Permalink
Merge pull request #18 from codecentric/update-alpine-base-image
Browse files Browse the repository at this point in the history
Update alpine base image version
  • Loading branch information
grieshaber authored Mar 21, 2023
2 parents 6c92d49 + d1f2840 commit d29864d
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.14
FROM alpine:3.17

RUN apk add yq curl --no-cache

Expand All @@ -9,4 +9,4 @@ RUN curl -fsSLO "https://dl.k8s.io/release/$(curl -L -s https://dl.k8s.io/releas
mv kubectl /usr/local/bin/

RUN addgroup -g 1001 -S cop && adduser -u 1001 -S cop -G cop
USER cop
USER cop

0 comments on commit d29864d

Please sign in to comment.