mirror of
https://github.com/PretendoNetwork/super-mario-maker.git
synced 2026-03-21 17:34:23 -05:00
Update dockerfile to use go 1.23
This commit is contained in:
parent
33c0090de7
commit
616a2a1978
|
|
@ -4,7 +4,7 @@ ARG app_dir="/home/go/app"
|
|||
|
||||
|
||||
# * Building the application
|
||||
FROM golang:1.22-alpine3.20 AS build
|
||||
FROM golang:1.23-alpine3.20 AS build
|
||||
ARG app_dir
|
||||
|
||||
WORKDIR ${app_dir}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user