mirror of
https://gitlab.com/bmcgonag/get_my.git
synced 2026-03-26 15:58:50 +00:00
Updated Dockerfile
This commit is contained in:
parent
c0ef44f16a
commit
4de73528c4
1 changed files with 3 additions and 3 deletions
|
|
@ -1,7 +1,7 @@
|
|||
FROM alpine:3.17
|
||||
FROM alpine:3.22.1
|
||||
|
||||
ENV NODE_VERSION=14.21.4
|
||||
ENV NODE_URL="https://static.meteor.com/dev-bundle-node-os/unofficial-builds/v${NODE_VERSION}/node-v${NODE_VERSION}-linux-x64.tar.gz"
|
||||
ENV NODE_VERSION=22.16.0
|
||||
ENV NODE_URL="https://nodejs.org/dist/v${NODE_VERSION}/node-v${NODE_VERSION}-linux-x64.tar.xz"
|
||||
ENV DIR_NODE=/usr/local
|
||||
|
||||
RUN apk add --no-cache \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue