Skip to content

Commit

Permalink
Update alpine version - CVE-2022-48174 (#153)
Browse files Browse the repository at this point in the history
* Update alpine version - CVE-2022-48174

Update alpine patch version to fix a busybox critical CVE.
(prevent current image to run on secured K8s clusted).
  • Loading branch information
sboulkour authored Dec 11, 2023
1 parent 0079f28 commit 92c4598
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cicd/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#syntax=docker/dockerfile-upstream:1.5
ARG GO_APP

FROM alpine:3.18.2 as deps
FROM alpine:3.19 as deps

ARG GO_APP
ARG GORELEASER_DIST_DIR=/go/src/dist
Expand All @@ -28,7 +28,7 @@ RUN <<EOT
cp ${BIN_PATH} /go/bin
EOT

FROM alpine:3.18.2
FROM alpine:3.19

ARG GO_APP
ENV GO_APP ${GO_APP}
Expand Down

0 comments on commit 92c4598

Please sign in to comment.