Skip to content

Commit

Permalink
bump docker base image to alpine 3.19 (#2104)
Browse files Browse the repository at this point in the history
* bump docker base image to alpine 3.19

Fixes #2103
  • Loading branch information
slingamn authored Dec 18, 2023
1 parent 2d44ab1 commit b1a0e7c
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 sed -i 's/^\(\s*\)\"127.0.0.1:6667\":.*$/\1":6667":/' /go/src/github.com/erg
RUN make install

## build ergo container
FROM docker.io/alpine:3.13
FROM docker.io/alpine:3.19

# metadata
LABEL maintainer="Daniel Oaks <[email protected]>,Daniel Thamdrup <[email protected]>" \
Expand Down

0 comments on commit b1a0e7c

Please sign in to comment.