File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 22# LICENS: BSD 2-Clause "Simplified" License
33# please see https://github.com/k4yt3x/simple-http-server/blob/master/LICENSE for more details
44
5- FROM rust:1.61 -alpine3.15 as builder
5+ FROM rust:1.89 -alpine3.20 as builder
66# branch name or tag
77ARG BRANCH
88RUN apk add --no-cache --virtual .build-deps git make musl-dev openssl-dev perl pkgconfig \
Original file line number Diff line number Diff line change @@ -5,9 +5,9 @@ LICENS: BSD 2-Clause "Simplified" License
55
66** NOTE** : ` Dockerfile.aarch64 ` is not working for now.
77
8- ## Build the docker image with ` v0.6.3 `
8+ ## Build the docker image with ` v0.6.13 `
99```
10- docker build --build-arg BRANCH=v0.6.3 -f Dockerfile.x86_64 . -t simple-http-server
10+ docker build --build-arg BRANCH=v0.6.13 -f Dockerfile.x86_64 . -t simple-http-server
1111```
1212
1313## Run the docker image
You can’t perform that action at this time.
0 commit comments