Skip to content

Commit f267898

Browse files
committed
updating verion fetch by demo containers
1 parent 8833781 commit f267898

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

demo/Dockerfile.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM golang:1.23
22
WORKDIR /src
3-
RUN curl -L https://github.com/rmoraes92/http_status_code_check/releases/download/0.1.1/http_status_code_check > /bin/http_status_code_check && \
3+
RUN curl -L https://github.com/rmoraes92/http_status_code_check/releases/download/0.1.2/http_status_code_check-x86_64-unknown-linux-gnu > /bin/http_status_code_check && \
44
chmod 755 /bin/http_status_code_check
55
RUN go mod init example/http_server
66
COPY <<EOF ./main.go

demo/Dockerfile.python

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM debian
22
RUN apt-get update -y && apt-get install -y curl
3-
RUN curl -L https://github.com/rmoraes92/http_status_code_check/releases/download/0.1.1/http_status_code_check > /bin/http_status_code_check && \
3+
RUN curl -L https://github.com/rmoraes92/http_status_code_check/releases/download/0.1.1/http_status_code_check-x86_64-unknown-linux-gnu > /bin/http_status_code_check && \
44
chmod 755 /bin/http_status_code_check
55

66
FROM python:3-slim

0 commit comments

Comments
 (0)