Skip to content

Commit

Permalink
Use node:20.11-alpine3.18 for SSE docker file
Browse files Browse the repository at this point in the history
  • Loading branch information
cYKatherine committed Jan 22, 2024
1 parent ad242ef commit d8f858a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/google-esp-integration/server_only/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:20.11
FROM node:20.11-alpine3.18
WORKDIR /usr/src/app
COPY . .
RUN npm install
Expand Down
2 changes: 1 addition & 1 deletion examples/google-esp-integration/with_sdk_v3/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:20.11
FROM node:20.11-alpine3.18
WORKDIR /usr/src/app
COPY . .
RUN npm install
Expand Down

0 comments on commit d8f858a

Please sign in to comment.