aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Dockerfile
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2023-05-21 16:36:42 +0200
committerEgor Tensin <Egor.Tensin@gmail.com>2023-05-29 23:40:25 +0200
commit0c224d32c52d1919528a5d21552dd43ed5106d5c (patch)
tree08919fe8105e33f43d999257a08d5cf01900cff3 /Dockerfile
parentfix realloc usage (diff)
downloadcimple-0c224d32c52d1919528a5d21552dd43ed5106d5c.tar.gz
cimple-0c224d32c52d1919528a5d21552dd43ed5106d5c.zip
docker: bump base image
Diffstat (limited to '')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 597d723..74745a6 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,4 +1,4 @@
-FROM alpine:3.17 AS base
+FROM alpine:3.18 AS base
ARG install_dir="/app/install"