mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2026-09-09 18:02:54 +00:00
chore(OPSEXP-4057): switch nginx-unprivileged base image tag to 1-alpine (#5189)
This commit is contained in:
+1
-1
@@ -10,7 +10,7 @@ RUN mkdir -p ./licenses && \
|
||||
|
||||
# 2. Generate image
|
||||
|
||||
FROM nginxinc/nginx-unprivileged:1.21-alpine
|
||||
FROM nginxinc/nginx-unprivileged:1-alpine
|
||||
|
||||
USER root
|
||||
RUN apk update && apk upgrade
|
||||
|
||||
Reference in New Issue
Block a user