Skip to content

Commit 113b45c

Browse files
committed
Update Dockerfile to use Golang 1.23-alpine as the builder image
1 parent 331a7ae commit 113b45c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.21-alpine AS builder
1+
FROM golang:1.23-alpine AS builder
22

33
WORKDIR /app
44

0 commit comments

Comments
 (0)