Skip to content

Commit

Permalink
Update ruby Docker tag to v3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 26, 2023
1 parent f8d0116 commit 77d690a
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
@@ -1,7 +1,7 @@
# ------------------------------------------------------------------------------
# Base
# ------------------------------------------------------------------------------
FROM ruby:3.2.2 as base
FROM ruby:3.3.0 as base
LABEL org.opencontainers.image.authors="[email protected]"

RUN curl -L https://deb.nodesource.com/setup_20.x | bash -
Expand Down

0 comments on commit 77d690a

Please sign in to comment.