Skip to content

Commit

Permalink
Bump to Alpine 3.19, and bump GH Action versions (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdeme authored Feb 15, 2024
1 parent cc6c336 commit 4066674
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ runs:
role-duration-seconds: 900

- name: Login to Amazon ECR Public
uses: aws-actions/amazon-ecr-login@v1
uses: aws-actions/amazon-ecr-login@v2
with:
registry-type: public

Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/publish_future.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,10 @@ jobs:

steps:
- name: Checkout publish workflow
uses: Bhacaz/checkout-files@v2
uses: actions/checkout@main
with:
files: .github/workflows/publish/action.yml
sparse-checkout: .github/workflows/publish/action.yml
sparse-checkout-cone-mode: false

- name: Checkout repository code
uses: actions/checkout@main
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/trivy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
timeout: "10m"

- name: Upload Trivy scan results to GitHub Security tab
uses: github/codeql-action/upload-sarif@v2
uses: github/codeql-action/upload-sarif@v3
with:
sarif_file: "trivy-results.sarif"

2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG BASE_IMAGE=alpine:3.18
ARG BASE_IMAGE=alpine:3.19

FROM ${BASE_IMAGE} AS base

Expand Down
2 changes: 1 addition & 1 deletion docker-bake.hcl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
target "aws" {
target = "aws"
platforms = ["linux/amd64", "linux/arm64"]
args = {"BASE_IMAGE": "alpine:3.18"}
args = {"BASE_IMAGE": "alpine:3.19"}
}

target "gcp" {
Expand Down

0 comments on commit 4066674

Please sign in to comment.