Skip to content

Commit 3e3a290

Browse files
update ci
1 parent 383561d commit 3e3a290

1 file changed

Lines changed: 1 addition & 12 deletions

File tree

Earthfile

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -40,18 +40,7 @@ COMMON_SETUP_AND_MIX:
4040
integration-test-postgres:
4141
FROM +setup-base
4242
ARG POSTGRES="11.11"
43-
44-
IF [ "$POSTGRES" = "16.2-alpine" ]
45-
# for 16 we need an upgraded version of pg_dump;
46-
# alpine 3.16 does not come with the postgres 16 client by default;
47-
# we must first update the public keys for the packages because they
48-
# might have been rotated since our image was built
49-
RUN apk add -X https://dl-cdn.alpinelinux.org/alpine/v3.19/main -u alpine-keys
50-
RUN echo 'http://dl-cdn.alpinelinux.org/alpine/v3.19/main' >> /etc/apk/repositories
51-
RUN apk add postgresql16-client
52-
ELSE
53-
RUN apk add postgresql-client
54-
END
43+
RUN apk add postgresql-client
5544

5645
DO +COMMON_SETUP_AND_MIX
5746

0 commit comments

Comments
 (0)