Skip to content

Commit

Permalink
Bump Dockerfile to 3.3.4
Browse files Browse the repository at this point in the history
Signed-off-by: Zach Gollwitzer <[email protected]>
  • Loading branch information
zachgoll authored Aug 15, 2024
1 parent acf3564 commit 9dda260
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 @@
# syntax = docker/dockerfile:1

# Make sure RUBY_VERSION matches the Ruby version in .ruby-version and Gemfile
ARG RUBY_VERSION=3.3.1
ARG RUBY_VERSION=3.3.4
FROM registry.docker.com/library/ruby:$RUBY_VERSION-slim as base

Check warning on line 5 in Dockerfile

View workflow job for this annotation

GitHub Actions / Build docker image

The 'as' keyword should match the case of the 'from' keyword

FromAsCasing: 'as' and 'FROM' keywords' casing do not match More info: https://docs.docker.com/go/dockerfile/rule/from-as-casing/

# Rails app lives here
Expand Down

0 comments on commit 9dda260

Please sign in to comment.