Skip to content

Commit f285cfc

Browse files
chore(deps): update docker.io/ruby docker tag to v3.4.4
1 parent e5886a9 commit f285cfc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# syntax = docker/dockerfile:1.14@sha256:4c68376a702446fc3c79af22de146a148bc3367e73c25a5803d453b6b3f722fb
22

3-
FROM docker.io/ruby:3.4.2-slim@sha256:98e208daf93d40485edf2f5e1a1527202ae0824cdc1619b6659674a84aa197ba AS build
3+
FROM docker.io/ruby:3.4.4-slim@sha256:93664239ae7e485147c2fa83397fdc24bf7b7f1e15c3ad9d48591828a50a50e7 AS build
44

55
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
66

@@ -62,7 +62,7 @@ EOF
6262
#
6363
# Runtime image
6464
#
65-
FROM docker.io/ruby:3.4.2-slim@sha256:98e208daf93d40485edf2f5e1a1527202ae0824cdc1619b6659674a84aa197ba
65+
FROM docker.io/ruby:3.4.4-slim@sha256:93664239ae7e485147c2fa83397fdc24bf7b7f1e15c3ad9d48591828a50a50e7
6666

6767
ARG TARGETARCH
6868

0 commit comments

Comments
 (0)