Skip to content
This repository was archived by the owner on Jun 24, 2023. It is now read-only.

chore(deps): update node.js to v19 #4

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/hazmi35/node:18-dev-alpine as build-stage
FROM ghcr.io/hazmi35/node:19-dev-alpine as build-stage

# Installing libvips-dev for sharp Compatibility
RUN apk update && apk add --no-cache build-base gcc autoconf automake zlib-dev libpng-dev vips-dev
Expand Down Expand Up @@ -27,7 +27,7 @@ COPY ./ .
RUN npm run build

# Get ready for production
FROM ghcr.io/hazmi35/node:18-dev-alpine
FROM ghcr.io/hazmi35/node:19-dev-alpine

# Set working directory
WORKDIR /app
Expand Down