Skip to content

Commit

Permalink
fix: Update CI Base Image version to 1.1.0 (#1864)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattheworris authored Jan 31, 2024
1 parent cdf6966 commit c5277aa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/merge-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
name: Publish CI Base Image
env:
IMAGE_NAME: ci-base-image
IMAGE_VERSION: 1.0.0
IMAGE_VERSION: 1.1.0
BRANCH_NAME: main
runs-on: ubuntu-22.04
steps:
Expand Down
1 change: 1 addition & 0 deletions tools/ci/docker/ci-base-image.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ FROM --platform=linux/amd64 ubuntu:22.04
ENV DEBIAN_FRONTEND=noninteractive
LABEL maintainer="Frequency"
LABEL description="Frequency CI Base Image"
# Image version is set by the CI pipeline
ARG IMAGE_VERSION
LABEL version="{IMAGE_VERSION}"

Expand Down

0 comments on commit c5277aa

Please sign in to comment.