Skip to content

Commit b3c8eef

Browse files
chore(deps): update ruby docker tag to v3.4.5
1 parent 5da80c7 commit b3c8eef

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.5-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.5-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.5-alpine
22

33
# Installation path
44
ENV HOME=/app

0 commit comments

Comments
 (0)