Skip to content

Commit

Permalink
update ruby
Browse files Browse the repository at this point in the history
  • Loading branch information
sam4t committed Oct 25, 2023
1 parent e52bbbe commit d1c73dc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@ jobs:
push: true
tags: |
ghcr.io/babbel/ruru-lambda:latest
ghcr.io/babbel/ruru-lambda:build-ruby2.7
ghcr.io/babbel/ruru-lambda:build-ruby3.2
ghcr.io/babbel/ruru-lambda:${{ github.event.release.tag_name }}
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM lambci/lambda:build-ruby2.7
FROM public.ecr.aws/sam/build-ruby3.2:latest-x86_64

RUN set -eux; \
yum install -y build-essential curl openssl-devel; \
Expand Down

0 comments on commit d1c73dc

Please sign in to comment.