Skip to content

Commit

Permalink
build: run node 18.18.2
Browse files Browse the repository at this point in the history
  • Loading branch information
chartrandf committed Nov 12, 2024
1 parent 38454ab commit bc05961
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# From https://github.com/docker-library/docs/blob/master/eclipse-temurin/README.md#using-a-different-base-image
FROM node:18.5.0-bullseye-slim AS build-node
FROM node:18.18.2-bullseye-slim AS build-node
ENV LANG=en_US.UTF-8
ENV JAVA_HOME=/opt/java/openjdk
COPY --from=eclipse-temurin:11 $JAVA_HOME $JAVA_HOME
Expand Down

0 comments on commit bc05961

Please sign in to comment.