diff --git a/Dockerfile b/Dockerfile index 0881c182..99ad9147 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Use the official Go image as the base image -FROM golang:1.22 AS builder +FROM golang:1.23 AS builder # Set the working directory WORKDIR /ko-app