Skip to content

Commit

Permalink
chore(deps): update ruby docker tag to v3.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 30, 2023
1 parent ed23116 commit 48b9b51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jsonschema/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#syntax=docker/dockerfile:1.4
ARG LANGUAGE=ruby

FROM ruby:3.2.1-alpine AS ruby
FROM ruby:3.2.2-alpine AS ruby

RUN apk add coreutils

Expand Down

0 comments on commit 48b9b51

Please sign in to comment.