Skip to content

Commit

Permalink
chore(): use node 18.5 (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
mmatloch authored Jul 17, 2022
1 parent bcf5fbc commit 1caf940
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/google-stub/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:18-alpine
FROM node:18.5-alpine

RUN mkdir -p /usr/app
WORKDIR /usr/app
Expand Down
2 changes: 1 addition & 1 deletion packages/server/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:18-alpine
FROM node:18.5-alpine

RUN mkdir -p /usr/app
WORKDIR /usr/app
Expand Down
2 changes: 1 addition & 1 deletion packages/tests/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:18-alpine
FROM node:18.5-alpine

RUN mkdir -p /usr/app
WORKDIR /usr/app
Expand Down

0 comments on commit 1caf940

Please sign in to comment.