Update builder to 3.19
Some checks failed
Build and push container image / build (push) Has been cancelled
Some checks failed
Build and push container image / build (push) Has been cancelled
This commit is contained in:
parent
303194f1cb
commit
f33d2d076d
@ -1,4 +1,4 @@
|
|||||||
FROM golang:1.22-alpine3.18@sha256:ede158fb846dd8689c757a7795f1f884f3f1fb7fb04cad31de69870ab4a93067 AS builder
|
FROM golang:1.22-alpine3.19@sha256:ede158fb846dd8689c757a7795f1f884f3f1fb7fb04cad31de69870ab4a93067 AS builder
|
||||||
|
|
||||||
WORKDIR /corn-util
|
WORKDIR /corn-util
|
||||||
COPY go.mod go.sum ./
|
COPY go.mod go.sum ./
|
||||||
|
@ -1,4 +1,3 @@
|
|||||||
version: '3.8'
|
|
||||||
services:
|
services:
|
||||||
bot:
|
bot:
|
||||||
container_name: corn-utility
|
container_name: corn-utility
|
||||||
@ -8,7 +7,6 @@ services:
|
|||||||
- ./config.json:/home/corn-util/config.json:rw
|
- ./config.json:/home/corn-util/config.json:rw
|
||||||
- ./GCP_SERVICE.json:/home/corn-util/GCP_SERVICE.json:ro
|
- ./GCP_SERVICE.json:/home/corn-util/GCP_SERVICE.json:ro
|
||||||
- ./uuidCache.log:/home/corn-util/uuidCache.log:rw
|
- ./uuidCache.log:/home/corn-util/uuidCache.log:rw
|
||||||
expose:
|
ports:
|
||||||
- 23242:23242
|
- 23242:23242
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
network_mode: host
|
|
||||||
|
Reference in New Issue
Block a user