Skip to content

Commit

Permalink
Alpine 3.20.
Browse files Browse the repository at this point in the history
  • Loading branch information
Gerrit91 committed Jun 3, 2024
1 parent 040617f commit 1d1d08e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ COPY . .
RUN make install \
&& strip /go/bin/gardener-extension-authn

FROM alpine:3.19
FROM alpine:3.20
WORKDIR /
COPY charts /charts
COPY --from=builder /go/bin/gardener-extension-authn /gardener-extension-authn
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.dev
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
FROM alpine:3.19
FROM alpine:3.20
COPY bin/gardener-extension-authn /gardener-extension-authn
CMD ["/gardener-extension-authn"]

0 comments on commit 1d1d08e

Please sign in to comment.