Skip to content

Commit

Permalink
latest ubuntu and nodejs
Browse files Browse the repository at this point in the history
  • Loading branch information
soulgalore committed Jul 11, 2024
1 parent 73f58e4 commit 31d6a80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
FROM ubuntu:jammy-20240212
FROM ubuntu:noble-20240605

ARG TARGETPLATFORM

# Dockerfile originally based on https://github.com/nodejs/docker-node/blob/master/6.11/slim/Dockerfile
# gpg keys listed at https://github.com/nodejs/node#release-team

ENV NPM_CONFIG_LOGLEVEL info
ENV NODE_VERSION 20.11.1
ENV NODE_VERSION 20.15.1

RUN export PLATFORM=$(if [ "$TARGETPLATFORM" = "linux/amd64" ] ; then echo "x64"; else echo "arm64"; fi) \
buildDeps='xz-utils curl ca-certificates gnupg2 lsb-release dirmngr' \
Expand Down

0 comments on commit 31d6a80

Please sign in to comment.