kaneo (minimalist kanban) fork to experiment adding a tangled integration github.com/usekaneo/kaneo
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: apps/api/Dockerfile to reduce vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-UPSTREAM-NODE-14975915
- https://snyk.io/vuln/SNYK-UPSTREAM-NODE-14928492
- https://snyk.io/vuln/SNYK-ALPINE319-MUSL-8720640
- https://snyk.io/vuln/SNYK-ALPINE319-MUSL-8720640
- https://snyk.io/vuln/SNYK-ALPINE319-OPENSSL-7895536

authored by

snyk-bot and committed by
randoneering
ef0ad525 e15a68b9

+1 -1
+1 -1
apps/api/Dockerfile
··· 34 34 pnpm run build 35 35 36 36 # Production stage - use specific version tag without SHA256 37 - FROM node:20.12-alpine AS runtime 37 + FROM node:20.20.2-alpine AS runtime 38 38 39 39 # Set up user in a single layer 40 40 RUN addgroup -g 1001 appuser && \