From 66036cc329b42fe9c5cf573b4c319b6e327dd02a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 15 Aug 2024 02:39:50 +0000 Subject: [PATCH] chore(deps): update golang docker tag to v1.23 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 468694c..16371df 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Start from base image -FROM golang:1.18-alpine as build +FROM golang:1.23-alpine as build # Set the current working directory inside the container WORKDIR /app