24
1
Fork 0

Update Alpine images to current tag

This commit is contained in:
Simão Silva 2021-04-19 19:32:48 +00:00
parent a182ff2dd1
commit 4902d304b6
1 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@
# Build project
FROM node:15.5.1-alpine AS builder
FROM node:current-alpine AS builder
RUN set -x \
# Add user
&& addgroup --gid 10001 app \
@ -26,7 +26,7 @@ RUN set -x \
# Main image
FROM node:15.5.1-alpine
FROM node:current-alpine
RUN set -x \
# Add user
&& addgroup --gid 10001 app \