Skip to content

Commit 3c2d236

Browse files
committed
Upgrade image to Debian bookworm and Go 1.22
1 parent e10890d commit 3c2d236

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.19-bullseye AS builder
1+
FROM golang:1.22-bookworm AS builder
22

33
WORKDIR /app
44

@@ -11,7 +11,7 @@ COPY pgbroker/ ./pgbroker/
1111
RUN go build -o /pgfilterproxy
1212

1313

14-
FROM debian:bullseye-slim
14+
FROM debian:bookworm-slim
1515

1616
COPY --from=builder /pgfilterproxy /pgfilterproxy
1717

0 commit comments

Comments
 (0)