Skip to content

Commit 70a618f

Browse files
committed
Chore: Update Dockerfile base image to golang:1.25-alpine
1 parent e94ba12 commit 70a618f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

persys-automation/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.25 AS build
1+
FROM golang:1.25-alpine AS build
22
WORKDIR /src
33

44
# go.mod/go.sum first for layer caching. Both are needed because

0 commit comments

Comments
 (0)