Skip to content

Commit be55290

Browse files
authored
Make sure we use the bookworm version of the go container (#2352)
1 parent db9e767 commit be55290

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
@@ -4,7 +4,7 @@ ARG FDB_VERSION=7.1.67
44
ARG FDB_WEBSITE=https://github.com/apple/foundationdb/releases/download
55

66
# Build the manager binary
7-
FROM docker.io/library/golang:1.24.6 AS builder
7+
FROM docker.io/library/golang:1.24.6-bookworm AS builder
88

99
ARG FDB_VERSION
1010
ARG FDB_WEBSITE

0 commit comments

Comments
 (0)