Skip to content

Commit

Permalink
Use postgresql-client-14
Browse files Browse the repository at this point in the history
  • Loading branch information
joecorkerton committed Jun 25, 2024
1 parent 8c2cb5e commit 8ec235d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion elixir-ci/alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ARG ALPINE_VERSION

FROM hexpm/elixir:${ELIXIR_VERSION}-erlang-${ERLANG_VERSION}-alpine-${ALPINE_VERSION}

RUN apk add --no-cache curl python3 py3-pip postgresql13-client jq nodejs~=18 yarn bc git build-base imagemagick brotli chromium bash openssh-client docker-cli xvfb libc6-compat tar
RUN apk add --no-cache curl python3 py3-pip postgresql-client-14 jq nodejs~=18 yarn bc git build-base imagemagick brotli chromium bash openssh-client docker-cli xvfb libc6-compat tar

RUN apk upgrade --no-cache

Expand Down
2 changes: 1 addition & 1 deletion platform-production/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM lacework/datacollector:latest-sidecar AS lacework-collector
ARG ALPINE_VERSION
FROM alpine:${ALPINE_VERSION}

RUN apk add --no-cache imagemagick curl postgresql13-client chromium bash jq openssl util-linux nodejs~=18
RUN apk add --no-cache imagemagick curl postgresql-client-14 chromium bash jq openssl util-linux nodejs~=18

RUN apk upgrade --no-cache

Expand Down

0 comments on commit 8ec235d

Please sign in to comment.