Skip to content

Commit

Permalink
Bump alpine from 3.15 to 3.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
angrycub committed Jun 12, 2024
1 parent 10061ff commit 942b30f
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 levant .

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

COPY --from=devbuild /build/levant /bin/
COPY ./scripts/docker-entrypoint.sh /
Expand All @@ -35,7 +35,7 @@ CMD ["help"]
# Release images.
# ===================================

FROM alpine:3.15 AS release
FROM alpine:3.20.0 AS release

ARG PRODUCT_NAME=levant
ARG PRODUCT_VERSION
Expand Down

0 comments on commit 942b30f

Please sign in to comment.