Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
jmrplens authored Jun 18, 2023
1 parent b282b89 commit fee37ca
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 @@ -3,7 +3,7 @@ FROM alpine:3.18
LABEL maintainer="Jose Manuel Requena Plens <[email protected]>"

RUN apt-get update && apt-get install -y \
curl=7.74.0-1.3+deb11u7 \
curl=7.74.0 \
--no-install-recommends \
&& rm -rf /var/lib/apt/lists/*

Expand Down

0 comments on commit fee37ca

Please sign in to comment.