Skip to content

Commit

Permalink
github fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
4rthem committed Dec 3, 2024
1 parent 1338a57 commit bf36a79
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions infra/docker/nginx-cache-purge/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ ARG NGINX_VERSION=1.20.1
FROM nginx:${NGINX_VERSION}-alpine AS builder

# nginx:alpine contains NGINX_VERSION environment variable, like so:
# ENV NGINX_VERSION 1.15.0
# ENV NGINX_VERSION=1.15.0

ENV PURGE_CACHE_VERSION 2.3
ENV PURGE_CACHE_VERSION=2.3

# Download sources
RUN mkdir -p /usr/src \
Expand Down
2 changes: 1 addition & 1 deletion infra/docker/report-elk/logstash/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ COPY ./config/logstash.yml /usr/share/logstash/config/logstash.yml
COPY ./files/report.sql /usr/share/logstash/files/report.sql
COPY ./pipeline/logstash.conf /usr/share/logstash/pipeline/logstash.conf

ENV ELASTICSEARCH_HOST elasticsearch-report:9200
ENV ELASTICSEARCH_HOST=elasticsearch-report:9200
2 changes: 1 addition & 1 deletion report/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ RUN go build -o app . \

EXPOSE 80

CMD ./go.sh
CMD ["./go.sh"]

0 comments on commit bf36a79

Please sign in to comment.