Skip to content

Commit

Permalink
Merge pull request #262 from RENCI/fix-client-prod-node-version
Browse files Browse the repository at this point in the history
updated client node version in Dockerfile-prod
  • Loading branch information
hyi authored Oct 16, 2023
2 parents f40b51b + 28aba53 commit bd2166e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/Dockerfile-prod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Build environment
###################
FROM node:10.12.0-alpine AS builder
FROM node:14.17-alpine AS builder

# Create and set working directory
RUN mkdir /src
Expand Down

0 comments on commit bd2166e

Please sign in to comment.