Skip to content

Commit

Permalink
Merge pull request #5432 from dependabot/bump-ubuntu-base-image-actio…
Browse files Browse the repository at this point in the history
…ns-workflow

Bump base image in docker push workflow to `20.04`
  • Loading branch information
jeffwidman authored Jul 28, 2022
2 parents 644c143 + de17b16 commit 3852316
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Push docker images
env:
BASE_IMAGE: "ubuntu:18.04"
BASE_IMAGE: "ubuntu:20.04"
CORE_IMAGE: "dependabot/dependabot-core"
CORE_IMAGE_MIRROR: "ghcr.io/dependabot/dependabot-core"
on:
Expand Down

0 comments on commit 3852316

Please sign in to comment.