diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2022-03-15 14:09:04 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2022-03-15 14:09:04 +0300 |
commit | f7e66b30688f347b7a16ee48a9610aebc22a4dff (patch) | |
tree | 9bbe48409acf5cc35eb376602b41b47ecd6f9890 /Dockerfile | |
parent | t/i/docker: use tini in server (diff) | |
download | cgitize-f7e66b30688f347b7a16ee48a9610aebc22a4dff.tar.gz cgitize-f7e66b30688f347b7a16ee48a9610aebc22a4dff.zip |
docker: bump base images
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -FROM alpine:3.14 AS base +FROM alpine:3.15 AS base FROM base AS build |