Skip to content

Commit 1871800

Browse files
committed
update comment in dockerfile
1 parent ea69eec commit 1871800

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-
# Use golang:1.23.1-alpine as the base image.
1+
# Use golang:1.24.7-alpine as the base image.
22
FROM golang:1.24.7-alpine AS builder
33
COPY . /app
44
# Change directory and build the binary. Build command is also used to download the dependencies.

0 commit comments

Comments
 (0)