Skip to content

Commit

Permalink
chore: pin pg_restore to version 16 (#999)
Browse files Browse the repository at this point in the history
  • Loading branch information
tonsV2 authored Feb 12, 2025
1 parent bfe5113 commit 78a878c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ RUN go build -o /app/im-manager -ldflags "-s -w" ./cmd/serve

FROM alpine:3.21
RUN apk --no-cache -U upgrade \
&& apk add --no-cache postgresql-client
&& apk add --no-cache postgresql16-client
COPY --from=build /usr/bin/kubectl /usr/bin/kubectl
COPY --from=build /usr/bin/helm /usr/bin/helm
COPY --from=build /usr/bin/helmfile /usr/bin/helmfile
Expand Down

0 comments on commit 78a878c

Please sign in to comment.