aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/Dockerfile
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2021-11-01 21:02:38 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2021-11-01 21:02:38 +0300
commitcf2fa57758637f146f9e861cf6c0cba7c6f6c32e (patch)
treefbab7d1346b8903742fceece969b20aa8e21a3de /Dockerfile
parentv2.2.1 (diff)
downloadcgitize-cf2fa57758637f146f9e861cf6c0cba7c6f6c32e.tar.gz
cgitize-cf2fa57758637f146f9e861cf6c0cba7c6f6c32e.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 55e24ca..cfdda46 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,4 +1,4 @@
-FROM alpine:3.13
+FROM alpine:3.14
RUN build_deps='gcc libffi-dev make musl-dev python3-dev py3-pip' && \
runtime_deps='bash git openssh-client python3 tini' && \