Skip to content

Commit

Permalink
Merge pull request #321 from viceice/patch-1
Browse files Browse the repository at this point in the history
feat: update alpine to v3.20
  • Loading branch information
stepchowfun authored Nov 19, 2024
2 parents 20de36c + 847b36a commit 6800e22
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
@@ -1,5 +1,5 @@
# The base image for the build stage
FROM --platform=$BUILDPLATFORM alpine:3.15 AS build
FROM --platform=$BUILDPLATFORM alpine:3.20 AS build

# Choose the appropriate Docuum binary to install.
ARG TARGETPLATFORM
Expand All @@ -8,7 +8,7 @@ COPY artifacts/docuum-aarch64-unknown-linux-musl /tmp/linux/arm64
RUN cp "/tmp/$TARGETPLATFORM" /usr/local/bin/docuum

# A minimal base image
FROM --platform=$TARGETPLATFORM alpine:3.15
FROM --platform=$TARGETPLATFORM alpine:3.20

# Install the Docker CLI.
RUN apk add --no-cache docker-cli
Expand Down

0 comments on commit 6800e22

Please sign in to comment.