File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 11FROM golang:1.23
22WORKDIR / 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
55RUN go mod init example / http_server
66COPY << EOF ./ main .go
Original file line number Diff line number Diff line change 11FROM debian
22RUN 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
66FROM python:3-slim
You can’t perform that action at this time.
0 commit comments