Skip to content

Commit

Permalink
fix: version image alpine (#1383)
Browse files Browse the repository at this point in the history
  • Loading branch information
renat473 committed Jul 18, 2023
1 parent a3cb9e7 commit 54466cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
@@ -1,4 +1,4 @@
FROM node:lts-alpine3.16 as base
FROM node:lts-alpine3.18 as base
WORKDIR /usr/src/wpp-server
ENV NODE_ENV=production PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=true
COPY package.json ./
Expand Down

0 comments on commit 54466cf

Please sign in to comment.