chore(deps): pin dependencies
All checks were successful
continuous-integration/drone/pr Build is passing

This commit is contained in:
2024-08-22 09:36:14 +00:00
parent abd1e0ee31
commit 775cf303d1
4 changed files with 54 additions and 40 deletions

View File

@ -2,7 +2,7 @@
#
# SPDX-License-Identifier: AGPL-3.0-or-later
FROM node:20.12.2-alpine as builder
FROM node:20.12.2-alpine@sha256:7a91aa397f2e2dfbfcdad2e2d72599f374e0b0172be1d86eeb73f1d33f36a4b2 as builder
COPY package.json package-lock.json ./
RUN npm install
@ -15,7 +15,7 @@ COPY src src
RUN npm ci && npm run build
FROM nginx:1.24-alpine as ki-frontend
FROM nginx:1.24-alpine@sha256:77e5d4a6ad906c5d3793764085706577fa705b1dc6f244ea0241c4b5e2155385 as ki-frontend
LABEL org.opencontainers.image.source=https://git.wtf-eg.de/kompetenzinventar/ki-frontend.git
LABEL org.opencontainers.image.url=https://git.wtf-eg.de/kompetenzinventar/ki-frontend