Skip to content

Commit

Permalink
Upgrade Alpine to v3.19.1 and Node to v20.11
Browse files Browse the repository at this point in the history
  • Loading branch information
astefanutti committed Mar 2, 2024
1 parent 54aa7b8 commit 636d252
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1.3.0-labs

FROM node:17.2.0-alpine as builder
FROM node:20.11-alpine3.19 as builder

ENV NODE_ENV production
ENV PUPPETEER_SKIP_CHROMIUM_DOWNLOAD true
Expand All @@ -14,7 +14,7 @@ COPY decktape.js ./

RUN npm install

FROM alpine:3.15.0
FROM alpine:3.19.1

LABEL org.opencontainers.image.source="https://github.com/astefanutti/decktape"

Expand Down

0 comments on commit 636d252

Please sign in to comment.