diff --git a/docker/prod/Dockerfile b/docker/prod/Dockerfile
index 828622046e316578822533559b35def94593ad55..ac153cac0ba094c72ef7cb8c098aba3314bef1d9 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.18.3-alpine as build-stage
+FROM golang:1.19.0-alpine as build-stage
 
 LABEL org.opencontainers.image.source https://github.com/slok/sloth