Skip to content

Commit

Permalink
Bump ruby from 3.3.0-alpine3.19 to 3.3.1-alpine3.19 (#469)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored May 4, 2024
1 parent 0201103 commit 5832994
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ARG YARN_VERSION=1.22.19
FROM ${NODE_IMAGE} as nodejs

# https://hub.docker.com/_/ruby
FROM ruby:3.3.0-alpine3.19
FROM ruby:3.3.1-alpine3.19
ARG NODE_VERSION # stage local scope
ARG YARN_VERSION # stage local scope
# Install Node.js
Expand Down

0 comments on commit 5832994

Please sign in to comment.