upgrade go

This commit is contained in:
maddalax 2024-09-21 12:24:55 -05:00
parent c4541237d6
commit 97affb99b5

View file

@ -1,5 +1,5 @@
# Stage 1: Build the Go binary
FROM golang:1.22-alpine AS builder
FROM golang:1.23-alpine AS builder
# Set the working directory inside the container
WORKDIR /app