Skip to content

Commit

Permalink
feat(images): upgrade alpine to 3.17
Browse files Browse the repository at this point in the history
  • Loading branch information
awatterson22 authored and Gearheads committed Mar 29, 2023
1 parent a035477 commit d139661
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.16 AS certs
FROM alpine:3.17 AS certs
RUN apk --update add ca-certificates
RUN adduser -D kconnect

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.alpine
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.16
FROM alpine:3.17

RUN apk --no-cache add ca-certificates
COPY kconnect /
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.deps
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.16 AS builder
FROM alpine:3.17 AS builder

ARG AWS_IAM_AUTH_VERSION=0.5.9
ARG KUBELOGIN_VERSION=0.0.14
Expand Down

0 comments on commit d139661

Please sign in to comment.