Skip to content

Commit

Permalink
Bump Alpine from 3.15 to 3.20.0 (#520)
Browse files Browse the repository at this point in the history
  • Loading branch information
angrycub authored Jun 12, 2024
1 parent d26baa8 commit 09ad317
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ RUN go build -o nomad-pack .

# dev runs the binary from devbuild
# -----------------------------------
FROM alpine:3.18 AS dev
FROM alpine:3.20.0 AS dev

RUN apk add --no-cache git libc6-compat
COPY --from=devbuild /build/nomad-pack /bin/
Expand All @@ -34,7 +34,7 @@ CMD ["help"]
# ===================================
# Release images.
# ===================================
FROM alpine:3.15 AS release
FROM alpine:3.20.0 AS release

ARG PRODUCT_NAME=nomad-pack
ARG PRODUCT_VERSION
Expand Down

0 comments on commit 09ad317

Please sign in to comment.