Skip to content

Commit

Permalink
Merge pull request #116 from wiremock/fix-alpine
Browse files Browse the repository at this point in the history
fix alpine
  • Loading branch information
Mahoney authored Sep 13, 2024
2 parents 1a54458 + e548ef2 commit 27e02a3
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions alpine/.snyk
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Snyk (https://snyk.io) policy file, patches or ignores known vulnerabilities.
version: v1.25.0
# ignores vulnerabilities until expiry date; change duration by modifying expiry date
ignore:
SNYK-ALPINE320-EXPAT-7908298:
- '*':
reason: Brought in by base layer eclipse-temurin:11-jre-alpine, no fixed image available yet
expires: 2024-10-13T13:27:25.403Z
created: 2024-09-13T13:27:25.405Z
SNYK-ALPINE320-EXPAT-7908299:
- '*':
reason: Brought in by base layer eclipse-temurin:11-jre-alpine, no fixed image available yet
expires: 2024-10-13T13:27:35.505Z
created: 2024-09-13T13:27:35.509Z
SNYK-ALPINE320-EXPAT-7908300:
- '*':
reason: Brought in by base layer eclipse-temurin:11-jre-alpine, no fixed image available yet
expires: 2024-10-13T13:27:45.509Z
created: 2024-09-13T13:27:45.513Z
patch: {}
2 changes: 1 addition & 1 deletion alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM eclipse-temurin:11-jre-alpine
LABEL maintainer="Rodolphe CHAIGNEAU <rodolphe.chaigneau@gmail.com>"

ARG WIREMOCK_VERSION=3.9.1
ENV WIREMOCK_VERSION $WIREMOCK_VERSION
ENV WIREMOCK_VERSION=$WIREMOCK_VERSION

WORKDIR /home/wiremock

Expand Down

0 comments on commit 27e02a3

Please sign in to comment.