Skip to content

Commit 9094df8

Browse files
chore(deps): bump ruby from 3.1.4-alpine to 4.0.0-alpine
Bumps ruby from 3.1.4-alpine to 4.0.0-alpine. --- updated-dependencies: - dependency-name: ruby dependency-version: 4.0.0-alpine dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d1b29ea commit 9094df8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile.production

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM surnet/alpine-wkhtmltopdf:3.23.2-0.12.6-small AS wkhtmltopdf
22

3-
FROM ruby:3.1.4-alpine AS builder
3+
FROM ruby:4.0.0-alpine AS builder
44

55
ENV INSTALL_PATH=/usr/src/app \
66
RAILS_ENV=production \
@@ -56,7 +56,7 @@ USER root
5656
RUN rm -rf ${INSTALL_PATH}/node_modules ${INSTALL_PATH}/tmp/*
5757
USER dmpuser
5858

59-
FROM ruby:3.1.4-alpine AS app
59+
FROM ruby:4.0.0-alpine AS app
6060

6161
ENV INSTALL_PATH=/usr/src/app
6262

0 commit comments

Comments
 (0)