Use alpine 3.14 as docker base image

This commit is contained in:
Gabriele De Rosa 2021-11-26 12:20:13 +01:00
parent 6352e9df70
commit b1ba5cf3f2
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
FROM alpine:latest
FROM alpine:3.14
# Set working space
WORKDIR /usr/src/app