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

This commit was merged in pull request #136.
This commit is contained in:
2024-09-04 01:02:11 +00:00
parent a9af31d1f4
commit 9fffc851e7

View File

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