Skip to content

Commit

Permalink
Merge pull request #9 from Over-haul/checkout-v4
Browse files Browse the repository at this point in the history
[~] Bumped ubuntu in Dockerfile to `jammy-20230816`
  • Loading branch information
ricardo-overhaul authored Sep 5, 2023
2 parents 0e95fca + 48133e3 commit 9820c1c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ jobs:
id: get-version
run: echo "VERSION=$(echo $GITHUB_REF | cut -d / -f 3)" >> $GITHUB_OUTPUT
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Configure AWS credentials
uses: aws-actions/configure-aws-credentials@v1
uses: aws-actions/configure-aws-credentials@v3
with:
role-to-assume: arn:aws:iam::645843940509:role/github-actions-ecr-public-create-read-write
role-duration-seconds: 900 # Member must have value greater than or equal to 900
Expand All @@ -38,7 +38,7 @@ jobs:
with:
registry-type: 'public'
- name: Build and push
uses: docker/build-push-action@v3
uses: docker/build-push-action@v4
with:
push: true
tags: |
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:jammy-20230301
FROM ubuntu:jammy-20230816

ENV DEBIAN_FRONTEND=noninteractive

Expand Down

0 comments on commit 9820c1c

Please sign in to comment.