Browse Source

bump docker base image to alpine 3.19 (#2104)

* bump docker base image to alpine 3.19

Fixes #2103
tags/v2.13.0-rc1
Shivaram Lingamneni 4 months ago
parent
commit
b1a0e7cc5c
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      Dockerfile

+ 1
- 1
Dockerfile View File

@@ -16,7 +16,7 @@ RUN sed -i 's/^\(\s*\)\"127.0.0.1:6667\":.*$/\1":6667":/' /go/src/github.com/erg
16 16
 RUN make install
17 17
 
18 18
 ## build ergo container
19
-FROM docker.io/alpine:3.13
19
+FROM docker.io/alpine:3.19
20 20
 
21 21
 # metadata
22 22
 LABEL maintainer="Daniel Oaks <daniel@danieloaks.net>,Daniel Thamdrup <dallemon@protonmail.com>" \

Loading…
Cancel
Save