mirror of
https://github.com/PretendoNetwork/wiiu-chat-secure.git
synced 2026-04-26 17:17:03 -05:00
Updated docker go version
This commit is contained in:
parent
b5fe4ebf16
commit
12707c44c9
|
|
@ -4,7 +4,7 @@ ARG app_dir="/home/go/app"
|
||||||
|
|
||||||
|
|
||||||
# * Building the application
|
# * Building the application
|
||||||
FROM golang:1.22-alpine3.20 AS build
|
FROM golang:1.23-alpine3.20 AS build
|
||||||
ARG app_dir
|
ARG app_dir
|
||||||
|
|
||||||
WORKDIR ${app_dir}
|
WORKDIR ${app_dir}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user