Skip to content

Commit d6bf1aa

Browse files
committed
fix: Dockerfile go version
1 parent f8b3cd6 commit d6bf1aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.22.2 AS base
1+
FROM golang:1.22.7 AS base
22
USER root
33
RUN apt update && \
44
apt-get install -y \

0 commit comments

Comments
 (0)