Skip to content

Commit dfb0b96

Browse files
committed
And another upgrade to postgres 16.
1 parent b14396d commit dfb0b96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backup/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ RUN pnpm prune --prod
3131
# Final stage for app image
3232
FROM base
3333

34-
RUN apk add --no-cache postgresql14-client
34+
RUN apk add --no-cache postgresql16-client
3535

3636
# Copy built application
3737
COPY --from=build /app /app

0 commit comments

Comments
 (0)