Skip to content

Commit

Permalink
Merge pull request #8513 from thc202/webswing/v24.1
Browse files Browse the repository at this point in the history
Update Webswing
  • Loading branch information
kingthorin committed Jun 6, 2024
2 parents 4566b88 + 2203daf commit 1fc9ce5
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions docker/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Changelog
All notable changes to the docker containers will be documented in this file.

### 2024-06-06
- Updated to use Webswing 24.

### 2024-04-30
- Push Docker images to https://hub.docker.com/u/zaproxy

Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile-live
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ RUN git clone --depth 1 https://github.com/zaproxy/zaproxy.git && \
WORKDIR /zap

# Setup Webswing
ENV WEBSWING_VERSION 23.2.2
ENV WEBSWING_VERSION 24.1.1
RUN --mount=type=secret,id=webswing_url \
if [ -s /run/secrets/webswing_url ] ; \
then curl -s -L "$(cat /run/secrets/webswing_url)-${WEBSWING_VERSION}-distribution.zip" > webswing.zip; \
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile-stable
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ RUN ./zap.sh -cmd -silent -addonupdate
RUN cp /root/.ZAP/plugin/*.zap plugin/ || :

# Setup Webswing
ENV WEBSWING_VERSION 23.2.2
ENV WEBSWING_VERSION 24.1.1
RUN --mount=type=secret,id=webswing_url \
if [ -s /run/secrets/webswing_url ] ; \
then curl -s -L "$(cat /run/secrets/webswing_url)-${WEBSWING_VERSION}-distribution.zip" > webswing.zip; \
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile-weekly
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ RUN apt-get update && apt-get install -q -y --fix-missing \
WORKDIR /zap

# Setup Webswing
ENV WEBSWING_VERSION 23.2.2
ENV WEBSWING_VERSION 24.1.1
RUN --mount=type=secret,id=webswing_url \
if [ -s /run/secrets/webswing_url ] ; \
then curl -s -L "$(cat /run/secrets/webswing_url)-${WEBSWING_VERSION}-distribution.zip" > webswing.zip; \
Expand Down

0 comments on commit 1fc9ce5

Please sign in to comment.