Skip to content

Commit

Permalink
Update base image.
Browse files Browse the repository at this point in the history
  • Loading branch information
cmrigney committed Mar 2, 2023
1 parent a195a1d commit 974ee4c
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 @@
# Start your image with a node base image
FROM node:19-slim
FROM node:18-alpine

# Create an application directory
RUN mkdir -p /app
Expand Down

0 comments on commit 974ee4c

Please sign in to comment.