Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
TeDomum
Mails
Commits
ab4321d3
Unverified
Commit
ab4321d3
authored
Apr 02, 2022
by
Florent Daigniere
Committed by
GitHub
Apr 02, 2022
Browse files
Update Dockerfile
parent
4e1bc44c
Changes
1
Hide whitespace changes
Inline
Side-by-side
core/admin/Dockerfile
View file @
ab4321d3
# First stage to build assets
<<<<<<< HEAD
ARG
DISTRO=alpine:3.14.2
=======
ARG
DISTRO=alpine:3.14.5
>>>>>>> a54a7841 (Update alpine-linux to 3.14.5 - Zlib security FIX)
ARG
ARCH=""
FROM
${ARCH}node:16
as
assets
...
...
@@ -63,4 +59,4 @@ ENV FLASK_APP mailu
CMD
/start.py
HEALTHCHECK
CMD curl -f -L http://localhost/sso/login?next=ui.index || exit 1
RUN
echo
$VERSION
>>
/version
\ No newline at end of file
RUN
echo
$VERSION
>>
/version
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment