Update builder to 3.19
Some checks failed
Build and push container image / build (push) Has been cancelled

This commit is contained in:
toast 2024-03-19 16:13:55 +11:00
parent 303194f1cb
commit f33d2d076d
2 changed files with 2 additions and 4 deletions

View File

@ -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
COPY go.mod go.sum ./

View File

@ -1,4 +1,3 @@
version: '3.8'
services:
bot:
container_name: corn-utility
@ -8,7 +7,6 @@ services:
- ./config.json:/home/corn-util/config.json:rw
- ./GCP_SERVICE.json:/home/corn-util/GCP_SERVICE.json:ro
- ./uuidCache.log:/home/corn-util/uuidCache.log:rw
expose:
ports:
- 23242:23242
restart: unless-stopped
network_mode: host