Skip to content

Commit 7a361c1

Browse files
authored
Update bundler, fix Docker build check (#108)
1 parent 4a6cce2 commit 7a361c1

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# Make sure RUBY_VERSION matches the Ruby version in .ruby-version and Gemfile
44
ARG RUBY_VERSION=3.3.5
5-
FROM registry.docker.com/library/ruby:$RUBY_VERSION-slim as base
5+
FROM registry.docker.com/library/ruby:$RUBY_VERSION-slim AS base
66

77
# Rails app lives here
88
WORKDIR /rails
@@ -15,7 +15,7 @@ ENV RAILS_ENV="production" \
1515

1616

1717
# Throw-away build stage to reduce size of final image
18-
FROM base as build
18+
FROM base AS build
1919

2020
# Install packages needed to build gems and node modules
2121
RUN apt-get update -qq && \

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,4 +279,4 @@ RUBY VERSION
279279
ruby 3.3.5p100
280280

281281
BUNDLED WITH
282-
2.4.21
282+
2.6.9

0 commit comments

Comments
 (0)