downgrading to alpine 3.19.3 so that we get go 1.21 (same as in dev env). This makes troubleshooting easier.
This commit is contained in:
parent
b1f7304eeb
commit
c8d328dc75
@ -1,4 +1,4 @@
|
|||||||
FROM alpine:3.20.0 as builder
|
FROM alpine:3.19.3 as builder
|
||||||
|
|
||||||
RUN apk update && apk add go
|
RUN apk update && apk add go
|
||||||
RUN mkdir -p /opt/converge/bin
|
RUN mkdir -p /opt/converge/bin
|
||||||
|
Loading…
Reference in New Issue
Block a user