diff --git a/Dockerfile b/Dockerfile index 980c283..359832a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ # syntax=docker/dockerfile:1 # this stage is used to build the application -FROM golang:1.21-bullseye AS builder +FROM golang:1.22-bullseye AS builder COPY ./go.* /src/