Skip to content

Commit

Permalink
Merge pull request #278 from nats-io/dependabot/docker/cicd/alpine-3.…
Browse files Browse the repository at this point in the history
…19.1

Bump alpine from 3.18.4 to 3.19.1 in /cicd
  • Loading branch information
samuelattwood committed Apr 9, 2024
2 parents 354ba75 + c8d7514 commit 299d8ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cicd/Dockerfile
@@ -1,7 +1,7 @@
#syntax=docker/dockerfile-upstream:1.5
ARG GO_APP

FROM alpine:3.18.4 as deps
FROM alpine:3.19.1 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.4
FROM alpine:3.19.1

ARG GO_APP
ENV GO_APP ${GO_APP}
Expand Down

0 comments on commit 299d8ec

Please sign in to comment.