mirror of
https://gitlab.com/timvisee/send.git
synced 2025-12-08 19:33:24 +00:00
Merge branch 'simao-silva-master-patch-09841' into 'master'
Update Alpine images to current tag See merge request timvisee/send!15
This commit is contained in:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user