Skip to content

Commit

Permalink
fix(container): update image golang to v1.22.1
Browse files Browse the repository at this point in the history
  • Loading branch information
trap-renovate[bot] committed Mar 5, 2024
1 parent 636186c commit e46018a
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.22.0 AS build
FROM --platform=$BUILDPLATFORM golang:1.22.1 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.22.0-alpine
image: golang:1.22.1-alpine
restart: always
volumes:
- ./dev/bin:/app
Expand Down

0 comments on commit e46018a

Please sign in to comment.