fix: backend build step
This commit is contained in:
+1
-1
@@ -24,7 +24,7 @@ RUN CGO_ENABLED=0 GOOS=linux go build -a -installsuffix cgo -o shufflebackend .
|
|||||||
|
|
||||||
# Certificate build - gets required certs
|
# Certificate build - gets required certs
|
||||||
FROM alpine:latest as certs
|
FROM alpine:latest as certs
|
||||||
RUN apk add --update ca-certificates
|
RUN apk add --update --no-scripts ca-certificates
|
||||||
|
|
||||||
# Sets up the final image
|
# Sets up the final image
|
||||||
FROM alpine:3.22.2
|
FROM alpine:3.22.2
|
||||||
|
|||||||
Reference in New Issue
Block a user