Skip to content

Commit fc92b5d

Browse files
chore(docker): bump os/oraclelinux from 9-slim to 10-slim (#130)
Bumps os/oraclelinux from 9-slim to 10-slim. --- updated-dependencies: - dependency-name: os/oraclelinux dependency-version: 10-slim dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent df5af0a commit fc92b5d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Dockerfile.redis-oracle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# REDIS_DISABLE_COMMANDS - Comma-separated list of commands to disable
1717

1818
# Stage 1: Build environment using Oracle Linux 9
19-
FROM container-registry.oracle.com/os/oraclelinux:9 AS builder
19+
FROM container-registry.oracle.com/os/oraclelinux:10 AS builder
2020

2121
# Metadata for tracking
2222
LABEL security.scan-date="AUTO_GENERATED"
@@ -202,7 +202,7 @@ ENTRYPOINT_EOF
202202
RUN chmod +x /runtime/docker-entrypoint.sh
203203

204204
# Stage 2: Runtime image using Oracle Linux 9 (minimal)
205-
FROM container-registry.oracle.com/os/oraclelinux:9-slim
205+
FROM container-registry.oracle.com/os/oraclelinux:10-slim
206206

207207
# Metadata for tracking
208208
LABEL security.oracle-linux="9-slim"

Dockerfile.server-oracle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# TMI_ORACLE_WALLET_LOCATION - Path to wallet directory (mounted volume)
1717

1818
# Stage 1: Build environment using Oracle Linux 9
19-
FROM container-registry.oracle.com/os/oraclelinux:9 AS builder
19+
FROM container-registry.oracle.com/os/oraclelinux:10 AS builder
2020

2121
# Metadata for tracking
2222
LABEL security.scan-date="AUTO_GENERATED"
@@ -107,7 +107,7 @@ RUN CGO_ENABLED=1 GOOS=linux GOARCH=${TARGETARCH} go build \
107107
./cmd/server
108108

109109
# Stage 2: Runtime image using Oracle Linux 9 (minimal)
110-
FROM container-registry.oracle.com/os/oraclelinux:9-slim
110+
FROM container-registry.oracle.com/os/oraclelinux:10-slim
111111

112112
# Metadata for tracking security patches
113113
LABEL security.oracle-linux="9-slim"

0 commit comments

Comments
 (0)