From b1a0e7cc5cfec31a46b050cfb857ee92527b7a53 Mon Sep 17 00:00:00 2001 From: Shivaram Lingamneni Date: Sun, 17 Dec 2023 23:20:55 -0800 Subject: [PATCH] bump docker base image to alpine 3.19 (#2104) * bump docker base image to alpine 3.19 Fixes #2103 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 8563c0bb..eb21904c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 ,Daniel Thamdrup " \