diff --git a/Dockerfile b/Dockerfile index 3e43d67..1c0a824 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.22.6-alpine as builder +FROM golang:1.23.0-alpine as builder WORKDIR /go/src/github.com/zerok/jiravars COPY . .