Skip to content

Commit

Permalink
chore: update go version in prod docker files
Browse files Browse the repository at this point in the history
  • Loading branch information
rasitds committed Jan 19, 2025
1 parent 4f5dede commit 0470fc5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion apps/discord-bot/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.22-alpine AS builder
FROM golang:1.23-alpine AS builder

WORKDIR /app
COPY . .
Expand Down
2 changes: 1 addition & 1 deletion apps/twitch-bot/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.22-alpine AS builder
FROM golang:1.23-alpine AS builder

WORKDIR /app
COPY . .
Expand Down

0 comments on commit 0470fc5

Please sign in to comment.