Skip to content

Commit

Permalink
fix(container): update image golang to v1.23.5
Browse files Browse the repository at this point in the history
  • Loading branch information
trap-renovate[bot] authored Jan 17, 2025
1 parent e88f5d5 commit 9e017e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM --platform=$BUILDPLATFORM golang:1.23.4 AS build
FROM --platform=$BUILDPLATFORM golang:1.23.5 AS build

RUN mkdir /storage

Expand Down
2 changes: 1 addition & 1 deletion compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ services:
- "3001:8080"

botdebugger:
image: golang:1.23.4-alpine
image: golang:1.23.5-alpine
restart: always
volumes:
- ./dev/bin:/app
Expand Down

0 comments on commit 9e017e6

Please sign in to comment.