Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
salza80 committed Dec 11, 2023
1 parent 5a26cec commit 43d2798
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN bundle install

# Final stage
# FROM public.ecr.aws/docker/library/ruby:3.2.2-slim
FROM ruby:3.2.2-slim as builder
FROM ruby:3.2.2-slim
WORKDIR /app

RUN apt-get update -qq && apt-get upgrade -y -qq
Expand Down

0 comments on commit 43d2798

Please sign in to comment.