Update golang et alpine

This commit is contained in:
Victor Lacasse-Beaudoin 2023-09-18 22:04:54 -04:00
parent 0b25ed6562
commit eca6672746

View file

@ -1,4 +1,4 @@
FROM golang:1.20.2 as build
FROM golang:1.21.1 as build
LABEL author="vlbeaudoin"
@ -17,7 +17,7 @@ RUN CGO_ENABLED=0 go build -a -installsuffix cgo -o bottin .
# Alpine
FROM alpine:latest
FROM alpine:3.18
WORKDIR /app