Skip to content

Commit ab4893c

Browse files
authored
Merge pull request #139 from maxfilov/master
Change version in docker, up rust
2 parents 4beb0fc + 3288fdf commit ab4893c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docker/Dockerfile.x86_64

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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
77
ARG BRANCH
88
RUN apk add --no-cache --virtual .build-deps git make musl-dev openssl-dev perl pkgconfig \

docker/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)