We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e5886a9 commit 2618302Copy full SHA for 2618302
docker/Dockerfile
@@ -1,6 +1,6 @@
1
# syntax = docker/dockerfile:1.14@sha256:4c68376a702446fc3c79af22de146a148bc3367e73c25a5803d453b6b3f722fb
2
3
-FROM docker.io/ruby:3.4.2-slim@sha256:98e208daf93d40485edf2f5e1a1527202ae0824cdc1619b6659674a84aa197ba AS build
+FROM docker.io/ruby:3.4.4-slim@sha256:4020c2d289c1266fe4a2ea1d0018c22c17435905c514c66f8437555da57723ad AS build
4
5
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
6
@@ -62,7 +62,7 @@ EOF
62
#
63
# Runtime image
64
65
-FROM docker.io/ruby:3.4.2-slim@sha256:98e208daf93d40485edf2f5e1a1527202ae0824cdc1619b6659674a84aa197ba
+FROM docker.io/ruby:3.4.4-slim@sha256:4020c2d289c1266fe4a2ea1d0018c22c17435905c514c66f8437555da57723ad
66
67
ARG TARGETARCH
68
0 commit comments