Skip to content

Commit

Permalink
Merge pull request #431 from thisismydesign/bump-node
Browse files Browse the repository at this point in the history
Bump node version
  • Loading branch information
thisismydesign authored Jul 18, 2023
2 parents f380984 + eb5dc6a commit 51d6820
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 51d6820

Please sign in to comment.