mirror of
https://github.com/h44z/wg-portal.git
synced 2025-04-19 08:55:12 +00:00
chore(deps): update Go version to 1.24 in Dockerfile and go.mod
This commit is contained in:
parent
fd631d3b9f
commit
bf5453c264
@ -20,7 +20,7 @@ RUN npm run build
|
|||||||
######
|
######
|
||||||
# Build backend
|
# Build backend
|
||||||
######
|
######
|
||||||
FROM --platform=${BUILDPLATFORM} golang:1.23-alpine AS builder
|
FROM --platform=${BUILDPLATFORM} golang:1.24-alpine AS builder
|
||||||
# Set the working directory
|
# Set the working directory
|
||||||
WORKDIR /build
|
WORKDIR /build
|
||||||
# Download dependencies
|
# Download dependencies
|
||||||
|
Loading…
x
Reference in New Issue
Block a user