Skip to content

Commit

Permalink
fixed docker base image reference and updated to latest sha
Browse files Browse the repository at this point in the history
  • Loading branch information
yvoswillens committed Jun 29, 2022
1 parent 119dc50 commit 2293a83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/base-image/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM eclipse-temurin:11.0.15_10-jdk-alpine@sha256:37c5e98456f7a9a36d4e385a2d068963b82c1c8e2d4943610d93d13c5f65324a
FROM eclipse-temurin:11.0.15_10-jre-alpine@sha256:d401c4025eb1ead95cf2ca83cd5155bff8756527a4f4e9820570900e835f5ba4

LABEL maintainer="Flowable <info@flowable.org>"
RUN apk add --no-cache ttf-dejavu && rm -rf /var/cache/apk/*
Expand Down

0 comments on commit 2293a83

Please sign in to comment.