fix: downgrade alpine for nodejs v18

This commit is contained in:
Thomas Boerger 2024-05-08 16:18:49 +02:00
parent 9b366f0a2f
commit 1c09244502
No known key found for this signature in database
GPG Key ID: F630596501026DB5
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM --platform=$BUILDPLATFORM golang:1.22-alpine3.19 as builder
FROM --platform=$BUILDPLATFORM golang:1.22-alpine3.18 as builder
RUN apk add --no-cache -U \
libc-dev curl nodejs npm git gcc zip unzip tar

View File

@ -1,4 +1,4 @@
FROM --platform=$BUILDPLATFORM golang:1.22-alpine3.19 as builder
FROM --platform=$BUILDPLATFORM golang:1.22-alpine3.18 as builder
RUN apk add --no-cache -U \
libc-dev curl nodejs npm git gcc zip unzip tar