Skip to content

Commit

Permalink
Use alpine 3.20
Browse files Browse the repository at this point in the history
  • Loading branch information
mat committed Oct 3, 2024
1 parent 182351f commit 25b5a60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ RUN make build_linux_amd64

# Use a Docker multi-stage build to create a lean production image.
# https://docs.docker.com/develop/develop-images/multistage-build/#use-multi-stage-builds
FROM alpine:3.18
FROM alpine:3.20

# Copy the binary to the production image from the builder stage.
COPY --from=builder /app/bin/linux_amd64/iconserver /iconserver
Expand Down

0 comments on commit 25b5a60

Please sign in to comment.