diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2023-05-21 16:36:42 +0200 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2023-05-29 23:40:25 +0200 |
commit | 0c224d32c52d1919528a5d21552dd43ed5106d5c (patch) | |
tree | 08919fe8105e33f43d999257a08d5cf01900cff3 | |
parent | fix realloc usage (diff) | |
download | cimple-0c224d32c52d1919528a5d21552dd43ed5106d5c.tar.gz cimple-0c224d32c52d1919528a5d21552dd43ed5106d5c.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.17 AS base +FROM alpine:3.18 AS base ARG install_dir="/app/install" |