Skip to content

Commit a128068

Browse files
author
root
committed
fix(ci): removed wget version in dockerfile
1 parent 8b48ce9 commit a128068

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM openresty/openresty:1.25.3.1-0-bookworm-fat
22

33
ENV DOCKERIZE_VERSION v0.7.0
44
RUN rm /etc/nginx/conf.d/default.conf || true && \
5-
apt update && apt install -y luarocks=3.8.0+dfsg1-1 libyaml-dev=0.2.5-1 wget=1.21.3-1+b2 \
5+
apt update && apt install -y luarocks=3.8.0+dfsg1-1 libyaml-dev=0.2.5-1 wget \
66
&& wget -O - https://github.com/jwilder/dockerize/releases/download/$DOCKERIZE_VERSION/dockerize-linux-amd64-$DOCKERIZE_VERSION.tar.gz | tar xzf - -C /usr/local/bin
77

88
WORKDIR /etc/grafana-query-cache

0 commit comments

Comments
 (0)