Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Guilamb committed Jun 17, 2024
1 parent 79d7ed5 commit c9dd3e9
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 @@
# Use the official Node.js image as builder
FROM docker.io/library/node:16.4 as builder
FROM docker.io/library/node:22.3 as builder
LABEL authors="Guilamb"

# Set the working directory inside the container
Expand Down

0 comments on commit c9dd3e9

Please sign in to comment.