mirror of
https://github.com/semaphoreui/semaphore.git
synced 2024-11-23 20:35:24 +01:00
fix: downgrade alpine for nodejs v18
This commit is contained in:
parent
9b366f0a2f
commit
1c09244502
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user