Skip to content

Commit

Permalink
Update node version
Browse files Browse the repository at this point in the history
  • Loading branch information
cav-ipb committed May 31, 2024
1 parent 62d227b commit e0889db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client.dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Use a base image with Node.js pre-installed
FROM node:14-alpine as build
FROM node:18-alpine as build

# Set the working directory inside the container
WORKDIR /app
Expand Down

0 comments on commit e0889db

Please sign in to comment.