Skip to content

Commit

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

0 comments on commit dfa5bfa

Please sign in to comment.