Skip to content

Commit

Permalink
Use https for Alpine repositories
Browse files Browse the repository at this point in the history
  • Loading branch information
fischerman committed May 2, 2023
1 parent 99f0d3d commit 3281427
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ USER root

# Install pgbouncer
# TODO pin version
RUN apk update && \
RUN sed -i -e 's/http:/https:/' /etc/apk/repositories && \
apk update && \
apk add 'pgbouncer' 'jq' 'postgresql-client' 'tini' --no-cache

RUN mkdir /var/secrets/ -p
Expand Down

0 comments on commit 3281427

Please sign in to comment.