Skip to content

Commit

Permalink
bump Docker build verison
Browse files Browse the repository at this point in the history
  • Loading branch information
bgruening authored Sep 28, 2023
1 parent b1404cb commit 14c9b1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/base-glibc-debian-bash.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ on:
jobs:
build:
name: Build & Push
runs-on: ubuntu-18.04
runs-on: ubuntu-20.04
env:
# The base image is not intended to change often and should be used with
# version tags or checksum IDs, but not via "latest".
IMAGE_VERSION: '2.1.0'
IMAGE_VERSION: '2.1.1'
IMAGE_NAME: base-glibc-debian-bash
DEBIAN_VERSION: '10.9'

Expand Down

0 comments on commit 14c9b1b

Please sign in to comment.