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
 RUN make install
16
 RUN make install
17
 
17
 
18
 ## build ergo container
18
 ## build ergo container
19
-FROM docker.io/alpine:3.13
19
+FROM docker.io/alpine:3.19
20
 
20
 
21
 # metadata
21
 # metadata
22
 LABEL maintainer="Daniel Oaks <daniel@danieloaks.net>,Daniel Thamdrup <dallemon@protonmail.com>" \
22
 LABEL maintainer="Daniel Oaks <daniel@danieloaks.net>,Daniel Thamdrup <dallemon@protonmail.com>" \

Loading…
Cancel
Save