diff --git a/Dockerfile b/Dockerfile index 1a2fda4c..dd886b35 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ ARG BASE_IMAGE=alpine -FROM golang:1.19.0-alpine3.15 AS builder +FROM golang:1.19.1-alpine3.15 AS builder WORKDIR /usr/local/src/dex