Skip to content

Commit

Permalink
chore(deps): update ghcr.io/hazmi35/node docker tag to v22 (#11)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 8, 2024
1 parent 7231542 commit 9415a4d
Showing 1 changed file with 2 additions and 2 deletions.
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:21-dev-alpine as build-stage
FROM ghcr.io/hazmi35/node:22-dev-alpine as build-stage

# Prepare pnpm with corepack (experimental feature)
RUN corepack enable && corepack prepare pnpm@latest
Expand All @@ -22,7 +22,7 @@ RUN pnpm run build
RUN pnpm prune --production

# Get ready for production
FROM ghcr.io/hazmi35/node:21-alpine
FROM ghcr.io/hazmi35/node:22-alpine

LABEL name "template"
LABEL maintainer "Stegripe Development <support@stegripe.org>"
Expand Down

0 comments on commit 9415a4d

Please sign in to comment.