From 0470fc5e86c2bf9a4448a492b6d368b5b040defa Mon Sep 17 00:00:00 2001 From: rasitds <12167194+rasitds@users.noreply.github.com> Date: Sun, 19 Jan 2025 23:15:16 +0300 Subject: [PATCH] chore: update go version in prod docker files --- apps/discord-bot/Dockerfile | 2 +- apps/twitch-bot/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/discord-bot/Dockerfile b/apps/discord-bot/Dockerfile index 8c8a8b6d..2dc04813 100644 --- a/apps/discord-bot/Dockerfile +++ b/apps/discord-bot/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.22-alpine AS builder +FROM golang:1.23-alpine AS builder WORKDIR /app COPY . . diff --git a/apps/twitch-bot/Dockerfile b/apps/twitch-bot/Dockerfile index f9182ab4..687bf497 100644 --- a/apps/twitch-bot/Dockerfile +++ b/apps/twitch-bot/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.22-alpine AS builder +FROM golang:1.23-alpine AS builder WORKDIR /app COPY . .