chore(deps): update node.js to v22.8.0
All checks were successful
Build Docker Image / Explore-Gitea-Actions (push) Successful in 53s
Build and Push Docker Image / Explore-Gitea-Actions (push) Successful in 49s

This commit was merged in pull request #135.
This commit is contained in:
2024-09-03 22:00:59 +00:00
parent 914fbcf5a8
commit a9af31d1f4

View File

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