Skip to content

Commit

Permalink
QD-8148 Update ruby Docker tag to v3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 19, 2024
1 parent 29bda96 commit 50407f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion next/base/ruby.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG NODE_TAG="20-bullseye-slim"
ARG RUBY_TAG="3.2-slim-bullseye"
ARG RUBY_TAG="3.3-slim-bullseye"

FROM node:$NODE_TAG AS node_base
FROM ruby:$RUBY_TAG
Expand Down

0 comments on commit 50407f6

Please sign in to comment.