We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a6cce2 commit 7a361c1Copy full SHA for 7a361c1
2 files changed
Dockerfile
@@ -2,7 +2,7 @@
2
3
# Make sure RUBY_VERSION matches the Ruby version in .ruby-version and Gemfile
4
ARG RUBY_VERSION=3.3.5
5
-FROM registry.docker.com/library/ruby:$RUBY_VERSION-slim as base
+FROM registry.docker.com/library/ruby:$RUBY_VERSION-slim AS base
6
7
# Rails app lives here
8
WORKDIR /rails
@@ -15,7 +15,7 @@ ENV RAILS_ENV="production" \
15
16
17
# Throw-away build stage to reduce size of final image
18
-FROM base as build
+FROM base AS build
19
20
# Install packages needed to build gems and node modules
21
RUN apt-get update -qq && \
Gemfile.lock
@@ -279,4 +279,4 @@ RUBY VERSION
279
ruby 3.3.5p100
280
281
BUNDLED WITH
282
- 2.4.21
+ 2.6.9
0 commit comments