diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-11-01 21:02:38 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-11-01 21:02:38 +0300 |
commit | cf2fa57758637f146f9e861cf6c0cba7c6f6c32e (patch) | |
tree | fbab7d1346b8903742fceece969b20aa8e21a3de | |
parent | v2.2.1 (diff) | |
download | cgitize-cf2fa57758637f146f9e861cf6c0cba7c6f6c32e.tar.gz cgitize-cf2fa57758637f146f9e861cf6c0cba7c6f6c32e.zip |
docker: bump base image
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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' && \ |