Skip to content

Commit

Permalink
bump node and ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
soulgalore committed Aug 26, 2024
1 parent dde3674 commit df236c5
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-20240627.1
FROM ubuntu:jammy-20240808

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.15.1
ENV NODE_VERSION 20.17.0

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 df236c5

Please sign in to comment.