Skip to content

Commit

Permalink
Merge pull request #9 from nairol203/node22.13.1
Browse files Browse the repository at this point in the history
Node22.13.1
  • Loading branch information
nairol203 authored Jan 26, 2025
2 parents c13a187 + b525787 commit 72810ba
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,6 +1,6 @@
# syntax=docker.io/docker/dockerfile:1

FROM node:22-alpine@sha256:513c40ed37f6a5b7200de0a9a18e963d8c049c0427bbc9e4fc5cd16ef8881114 AS base
FROM docker.io/node:22-alpine@sha256:1322b1e3975e50d4841db1f23f536a8e72249e16a89e1dbbf16953afaa816d41 AS base

# Install dependencies only when needed
FROM base AS deps
Expand Down Expand Up @@ -63,4 +63,4 @@ ENV PORT=3000
# server.js is created by next build from the standalone output
# https://nextjs.org/docs/pages/api-reference/config/next-config-js/output
ENV HOSTNAME="0.0.0.0"
CMD ["node", "server.js"]
CMD ["node", "server.js"]

0 comments on commit 72810ba

Please sign in to comment.