Skip to content

Commit 17ac2a7

Browse files
chore(deps): update ruby docker tag to v3.4.7
1 parent 2669530 commit 17ac2a7

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Dockerfile-bundle-base

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM --platform=linux/amd64 ruby:3.3.9-alpine
1+
FROM --platform=linux/amd64 ruby:3.4.7-alpine
22

33
# Installation path
44
ENV HOME=/app

Dockerfile-package-base

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM --platform=linux/amd64 ruby:3.3.9-slim
1+
FROM --platform=linux/amd64 ruby:3.4.7-slim
22

33
RUN apt-get update && apt-get install -y \
44
curl \

Dockerfile-release-base

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM --platform=linux/amd64 ruby:3.3.9-alpine
1+
FROM --platform=linux/amd64 ruby:3.4.7-alpine
22

33
# Installation path
44
ENV HOME=/app

0 commit comments

Comments
 (0)