Skip to content

Commit

Permalink
dep: update
Browse files Browse the repository at this point in the history
  • Loading branch information
m0nhawk committed Jan 27, 2025
1 parent a0f101a commit 7dcbf38
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 @@ -5,7 +5,7 @@ ENV GOOS=linux
ENV GOARCH=amd64

RUN apt-get update \
&& apt-get install -y --no-install-recommends jq=1.* postgresql=13* \
&& apt-get install -y --no-install-recommends jq postgresql \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*

Expand Down

0 comments on commit 7dcbf38

Please sign in to comment.