diff --git a/docker/prod/Dockerfile b/docker/prod/Dockerfile index 745782e7..82d5d326 100644 --- a/docker/prod/Dockerfile +++ b/docker/prod/Dockerfile @@ -1,7 +1,7 @@ # Set also `ARCH` ARG here so we can use it on all the `FROM`s. ARG ARCH -FROM golang:1.17.7-alpine as build-stage +FROM golang:1.19.10-alpine as build-stage LABEL org.opencontainers.image.source https://github.com/slok/sloth