Skip to content

Commit

Permalink
Merge pull request #1493 from 8398a7/develop
Browse files Browse the repository at this point in the history
update ruby version
  • Loading branch information
8398a7 authored Oct 26, 2024
2 parents 5bd416b + 216b90d commit 48d2f39
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
run: yarn lint
- uses: ruby/setup-ruby@v1
with:
ruby-version: 3.1.2
ruby-version: 3.3.5
bundler-cache: true
- name: Install PostgreSQL
run: sudo apt-get -yqq install libpq-dev
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ruby:3.1.2-slim-bullseye
FROM ruby:3.3.5-slim-bookworm
LABEL maintainer '8398a7 <8398a7@gmail.com>'

Check warning on line 2 in Dockerfile

View workflow job for this annotation

GitHub Actions / build

Legacy key/value format with whitespace separator should not be used

LegacyKeyValueFormat: "LABEL key=value" should be used instead of legacy "LABEL key value" format More info: https://docs.docker.com/go/dockerfile/rule/legacy-key-value-format/

ENV \

Check warning on line 4 in Dockerfile

View workflow job for this annotation

GitHub Actions / build

Sensitive data should not be used in the ARG or ENV commands

SecretsUsedInArgOrEnv: Do not use ARG or ENV instructions for sensitive data (ENV "SECRET_KEY_BASE") More info: https://docs.docker.com/go/dockerfile/rule/secrets-used-in-arg-or-env/
Expand Down

0 comments on commit 48d2f39

Please sign in to comment.