Skip to content

Commit 43a197c

Browse files
committed
Dockerfile: use trixie for build
1 parent 7920ccc commit 43a197c

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,7 +1,7 @@
11
#
22
# Image which contains the binary artefacts
33
#
4-
FROM golang:bookworm AS build
4+
FROM golang:trixie AS build
55

66

77
COPY . ./grafsy

0 commit comments

Comments
 (0)