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
4b05d7e8d8
commit
580527528d
@ -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 mkdir -p /opt/converge/bin
|
||||
|
Loading…
Reference in New Issue
Block a user