Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ USER 1001
# Stage 2: Place application on a liberty server
# TODO: Invest in using a kernel build and use the feature manager to install
# needed Liberty features
FROM icr.io/appcafe/open-liberty:25.0.0.9-kernel-slim-java8-ibmjava-ubi
FROM icr.io/appcafe/open-liberty:25.0.0.10-kernel-slim-java8-ibmjava-ubi

ARG VERSION=1.0
ARG REVISION=SNAPSHOT
Expand Down