Skip to content

Commit

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

Bump alpine from 3.18.0 to 3.18.2 in /cicd
  • Loading branch information
wallyqs authored Jun 16, 2023
2 parents 3a05726 + 1a76e8d commit fe8c3eb
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.0 as deps
FROM alpine:3.18.2 as deps

ARG GO_APP

Expand All @@ -25,7 +25,7 @@ RUN <<EOT
cp ${BIN_PATH} /go/bin
EOT

FROM alpine:3.18.0
FROM alpine:3.18.2

ARG GO_APP
ENV GO_APP ${GO_APP}
Expand Down

0 comments on commit fe8c3eb

Please sign in to comment.