chore(deps): update node.js to 7bea049
All checks were successful
Build Docker Image / Build-Docker-Image (push) Successful in 48s
Build and Push Docker Image / Build-And-Push-Docker-Image (push) Successful in 51s

This commit was merged in pull request #353.
This commit is contained in:
2024-12-25 21:21:33 +00:00
committed by Tim Wundenberg
parent 73333256c5
commit 42a910df4b

View File

@@ -13,7 +13,7 @@ RUN golangci-lint run ./...
RUN go build -o /me-fit/me-fit .
FROM node:22.12.0@sha256:35a5dd72bcac4bce43266408b58a02be6ff0b6098ffa6f5435aeea980a8951d7 AS builder_node
FROM node:22.12.0@sha256:7bea049c66b5846c4ce2786b1b4e32865ef11b10fa446c1bfd791daea412c299 AS builder_node
WORKDIR /me-fit
COPY package.json package-lock.json ./
RUN npm clean-install