From b37a5da8215b18a9fd4a3ae715f739d8a4f43884 Mon Sep 17 00:00:00 2001 From: Georges Haidar Date: Wed, 30 Oct 2024 15:01:28 +0000 Subject: [PATCH] fix: bump Dockerfile base image --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5c269ed..641d9ab 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # syntax=docker/dockerfile:1 -FROM golang:1.22-alpine AS build-stage +FROM golang:1.23-alpine AS build-stage WORKDIR /app