Skip to content

Commit 0dcb70e

Browse files
chore(deps): bump postgres from 17-bookworm to 18-bookworm
Bumps postgres from 17-bookworm to 18-bookworm. --- updated-dependencies: - dependency-name: postgres dependency-version: 18-bookworm dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d101a3a commit 0dcb70e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.extra

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ COPY . .
1616
RUN CGO_ENABLED=0 GOOS=linux go build -o pgconfig ./cmd
1717

1818
# Main stage
19-
FROM postgres:17-bookworm
19+
FROM postgres:18-bookworm
2020

2121
# Get architecture information
2222
ARG TARGETARCH

0 commit comments

Comments
 (0)