Skip to content

Commit

Permalink
feat(container): update image golang to v1.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
trap-renovate[bot] committed Feb 7, 2024
1 parent 9c26bc5 commit 9a7563b
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.21.6 AS build
FROM --platform=$BUILDPLATFORM golang:1.22.0 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 @@ -94,7 +94,7 @@ services:
- "3001:8080"

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

0 comments on commit 9a7563b

Please sign in to comment.