Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Adélie Linux
site-ng
Commits
0993bacd
Commit
0993bacd
authored
Oct 21, 2021
by
Zach van Rijn
Browse files
Bump Node image.
parent
51350efb
Changes
1
Hide whitespace changes
Inline
Side-by-side
assets/css/compile.sh
View file @
0993bacd
#!/bin/sh -e
HERE
=
$(
dirname
$(
readlink
-f
${
0
}
))
;
NODE
=
1
6.11.1
-alpine3.14
;
# https://hub.docker.com/_/node
NODE
=
1
7.0.0
-alpine3.14
;
# https://hub.docker.com/_/node
cd
${
HERE
}
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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