Skip to content

Commit

Permalink
Bump node version
Browse files Browse the repository at this point in the history
  • Loading branch information
thisismydesign committed Jul 18, 2023
1 parent f380984 commit eb5dc6a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:18.8.0-alpine
FROM node:18.10.0-alpine

WORKDIR /app

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.prod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:18.8.0-alpine
FROM node:18.10.0-alpine

# curl needed to display Heroku release logs
RUN apk --no-cache add curl
Expand Down

0 comments on commit eb5dc6a

Please sign in to comment.