Skip to content

Commit

Permalink
fix ruby ver
Browse files Browse the repository at this point in the history
  • Loading branch information
terrywbrady committed Apr 2, 2024
1 parent c0a9d85 commit 6a2b2d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions simulate-lambda-alb/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
# This image is not actively used
# docker build -t ${ECR_REGISTRY}/simulate-lambda-alb .

FROM ruby:3.2
FROM ruby:3

RUN yum -y update && yum -y upgrade
RUN apt-get -y update && apt-get -y upgrade

RUN gem install bundler

Expand Down

0 comments on commit 6a2b2d5

Please sign in to comment.