Skip to content
Open
Show file tree
Hide file tree
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 sample-apps/apache-mesos/configs/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:jammy@sha256:104ae83764a5119017b8e8d6218fa0832b09df65aae7d5a6de29a85d813da2fb
FROM ubuntu:noble@sha256:cd1dba651b3080c3686ecf4e3c4220f026b521fb76978881737d24f200828b2b

RUN apt-get update && apt-get install -y \
wget curl gnupg software-properties-common
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM oraclelinux:8@sha256:224aa7eaa1c538916469fb856f72b398096226cfc1cd6eadb081165b55668a28
FROM oraclelinux:10@sha256:3061fde67a9d9eb7226ac2e8b640cedbea98cc67fe2b517ce7f352eb7f9618ba

# Installing from oraclelinux:8 so that we can easily get the Oracle Instant Client
RUN dnf install -y oracle-instantclient-release-23ai-el8 && \
Expand Down
Loading