chore: revert base image to 20.17.0 alpine (#1236)

This commit is contained in:
Meier Lukas
2024-10-04 21:31:01 +02:00
committed by GitHub
parent 87b46deaf7
commit 6ad201f4a2

View File

@@ -1,4 +1,4 @@
FROM node:20.18.0-alpine AS base
FROM node:20.17.0-alpine AS base
FROM base AS builder
RUN apk add --no-cache libc6-compat