chore(deps): update node.js to c6add15
All checks were successful
Build Docker Image / Explore-Gitea-Actions (push) Successful in 51s
Build and Push Docker Image / Explore-Gitea-Actions (push) Successful in 1m15s

This commit was merged in pull request #148.
This commit is contained in:
2024-09-06 01:04:00 +00:00
parent 8da4c6ab6b
commit 89ac96b42e

View File

@@ -5,7 +5,7 @@ COPY . ./
RUN templ generate && go build -o /me-fit/me-fit .
FROM node:22.8.0@sha256:7b2c1050e3bccd9866230b4e63a88f05683035a998da5cae655bac27168e50b7 AS builder_node
FROM node:22.8.0@sha256:c6add15c26b86f1ad3f43c8339cf04da4b01984b6b348d9879f9509049381252 AS builder_node
WORKDIR /me-fit
COPY . ./
RUN npm install && npm run build