Skip to content

Commit cd2fc46

Browse files
fix(container): update image golang to v1.22.4
1 parent 553fc4d commit cd2fc46

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM --platform=$BUILDPLATFORM golang:1.22.3 AS build
1+
FROM --platform=$BUILDPLATFORM golang:1.22.4 AS build
22

33
RUN mkdir /storage
44

compose.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ services:
9494
- "3001:8080"
9595

9696
botdebugger:
97-
image: golang:1.22.3-alpine
97+
image: golang:1.22.4-alpine
9898
restart: always
9999
volumes:
100100
- ./dev/bin:/app

0 commit comments

Comments
 (0)