aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <egor@tensin.name>2023-12-27 12:43:17 +0100
committerEgor Tensin <egor@tensin.name>2023-12-27 12:43:17 +0100
commit3720fc85b380747ffea16e83eab5566b3f486acb (patch)
tree0e7062e1ee57a72cbf9768cbc8532841b45cce23
parenttest: exclude flame graph tests by default (diff)
downloadcimple-3720fc85b380747ffea16e83eab5566b3f486acb.tar.gz
cimple-3720fc85b380747ffea16e83eab5566b3f486acb.zip
docker: bump base image
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index c402929..60f1f31 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,4 +1,4 @@
-FROM alpine:3.18 AS base
+FROM alpine:3.19 AS base
ARG install_dir="/app/install"