Skip to content

Commit

Permalink
Fixed docker build bug
Browse files Browse the repository at this point in the history
  • Loading branch information
hahwul committed Aug 23, 2023
1 parent 5df4951 commit e7de37b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM openjdk:19-jdk-slim
ENV FORCE_UPDATE=20230701
FROM openjdk:20-jdk-slim
ENV FORCE_UPDATE=20230824

RUN apt-get update && apt-get install -q -y \
git \
Expand All @@ -23,7 +23,7 @@ RUN git clone https://github.com/zaproxy/zest/

WORKDIR /build/zest
RUN ./gradlew assemble
RUN ./gradlew build
RUN ./gradlew distZip
RUN unzip ./build/distributions/*.zip
RUN cp -R zest-*/* /usr/

Expand Down

0 comments on commit e7de37b

Please sign in to comment.