Bump golang

This commit is contained in:
Atridad Lahiji 2024-06-03 17:11:20 -06:00
parent b9e72fa537
commit 299cbcfcee
No known key found for this signature in database
2 changed files with 1 additions and 21 deletions

View file

@ -1,4 +1,4 @@
FROM golang:1.22.0 as build
FROM golang:1.22.3 as build
WORKDIR /app

View file

@ -1,20 +0,0 @@
version: "3"
services:
app:
build:
context: .
dockerfile: Dockerfile
image: your-app-image:latest
command: ["/app"]
pull_policy: build
ports:
- "3001:3000"
environment:
- DISCORD_TOKEN=$DISCORD_TOKEN
- COOLDOWN_ALLOW_LIST=$COOLDOWN_ALLOW_LIST
networks:
default:
external: true
name: nginx_default