aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/client/Dockerfile
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2023-01-02 11:45:28 +0100
committerEgor Tensin <Egor.Tensin@gmail.com>2023-01-02 11:45:28 +0100
commit11cbf5873cd4b86e7c1be5393d4f4ada84a79cd7 (patch)
tree648cdd1ba47b91123af7c93422d635dbff7e5f46 /client/Dockerfile
parentworkflows/ci: add VS 2022 builds (diff)
downloadmath-server-11cbf5873cd4b86e7c1be5393d4f4ada84a79cd7.tar.gz
math-server-11cbf5873cd4b86e7c1be5393d4f4ada84a79cd7.zip
docker: bump Alpine version
Diffstat (limited to 'client/Dockerfile')
-rw-r--r--client/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/Dockerfile b/client/Dockerfile
index e10dab9..e18ecd9 100644
--- a/client/Dockerfile
+++ b/client/Dockerfile
@@ -1,7 +1,7 @@
# To build, run from the top-level directory:
# docker build -f client/Dockerfile -t egortensin/math-client .
-FROM alpine:3.11 AS base
+FROM alpine:3.17 AS base
ARG src_dir=/usr/src/math-server