Skip to content

Commit

Permalink
Update base container image to Alpine 3.17
Browse files Browse the repository at this point in the history
  • Loading branch information
andyone committed Dec 25, 2023
1 parent dabfd25 commit d75d5aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .docker/alpine.docker
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RUN apk add --no-cache git make && make deps && make all

## FINAL IMAGE #################################################################

FROM ${REGISTRY}/essentialkaos/alpine:3.15
FROM ${REGISTRY}/essentialkaos/alpine:3.17

LABEL org.opencontainers.image.title="rsz" \
org.opencontainers.image.description="Simple utility for image resizing" \
Expand Down

0 comments on commit d75d5aa

Please sign in to comment.