Skip to content

Commit

Permalink
Merge pull request #17 from OWASP/develop
Browse files Browse the repository at this point in the history
Build fixes
  • Loading branch information
piyushroshan authored Dec 22, 2021
2 parents cf2aa75 + bb7cfd2 commit b9b20af
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions services/workshop/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# limitations under the License.


FROM python:3.8-alpine3.13 as build
FROM python:3.8-alpine3.15 as build
# Not using alpine based on suggestion
# https://pythonspeed.com/articles/alpine-docker-python/

Expand All @@ -35,7 +35,7 @@ WORKDIR /app
COPY ./ /app
RUN pip install wheel && pip wheel . --wheel-dir /app/wheels

FROM python:3.8-alpine
FROM python:3.8-alpine3.15
ADD https://github.com/ufoscout/docker-compose-wait/releases/download/2.7.3/wait /wait
RUN chmod +x /wait
COPY --from=build /app /app
Expand Down

0 comments on commit b9b20af

Please sign in to comment.