diff options
author | Egor Tensin <egor@tensin.name> | 2023-12-27 12:43:17 +0100 |
---|---|---|
committer | Egor Tensin <egor@tensin.name> | 2023-12-27 12:43:17 +0100 |
commit | 3720fc85b380747ffea16e83eab5566b3f486acb (patch) | |
tree | 0e7062e1ee57a72cbf9768cbc8532841b45cce23 | |
parent | test: exclude flame graph tests by default (diff) | |
download | cimple-3720fc85b380747ffea16e83eab5566b3f486acb.tar.gz cimple-3720fc85b380747ffea16e83eab5566b3f486acb.zip |
docker: bump base image
Diffstat (limited to '')
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -FROM alpine:3.18 AS base +FROM alpine:3.19 AS base ARG install_dir="/app/install" |