Skip to content
This repository was archived by the owner on Aug 6, 2025. It is now read-only.

Commit 1519f3c

Browse files
authored
Update Dockerfile
1 parent 71a3c1c commit 1519f3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ RUN \
2424
RUN \
2525
mkdir /cert && \
2626
mkdir /mkcert && \
27-
curl -sSL https://github.com/FiloSottile/mkcert/releases/download/v1.3.0/mkcert-v1.3.0-linux-amd64 -o /usr/local/bin/mkcert && \
27+
curl -sSL https://github.com/FiloSottile/mkcert/releases/download/v1.4.1/mkcert-v1.4.1-linux-amd64 -o /usr/local/bin/mkcert && \
2828
chmod +x /usr/local/bin/mkcert
2929

3030
EXPOSE 80

0 commit comments

Comments
 (0)