Skip to content
This repository has been archived by the owner on Jul 2, 2024. It is now read-only.

Commit

Permalink
Pin Docker images to SHAs
Browse files Browse the repository at this point in the history
  • Loading branch information
arnested committed Sep 6, 2023
1 parent b07cd5b commit c86fd76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM composer:2.6.2 AS build-env
FROM composer:2.6.2@sha256:a8847e8317196aac538d532866a7ea67155aff42af729743c1394e3ed894a39f AS build-env

COPY . /opt/dependency-check-jira

Expand All @@ -10,7 +10,7 @@ FROM owasp/dependency-check:8.4.0 AS dependency-check

FROM openjdk:17-ea-14-jdk-alpine AS jdk

FROM php:8.2.8-alpine
FROM php:8.2.10-alpine3.18@sha256:b5884ca8bf409cf571b321143ff30cfea16b9abab7245b9742343d3eee4abf3b

ENV JAVA_HOME /opt/openjdk-17
ENV PATH $JAVA_HOME/bin:$PATH
Expand Down

0 comments on commit c86fd76

Please sign in to comment.