Skip to content

Commit

Permalink
chore: fix build-ci-image job
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffreyssmith2nd committed May 16, 2024
1 parent 91d1fc8 commit 42b962a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,8 @@ jobs:
build-ci-image:
machine:
image: ubuntu-2204:2022.04.1
image: ubuntu-2204:current
resource_class: medium
steps:
- checkout
- run:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile_build
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# and verification, we can list the rust container as a prior build stage, and
# then pull in the artifacts we need. There is an added benefit that tagged versions
# also include minor releases, so 1.2 includes 1.2.1 and so on, for bugfix releases.
FROM rust:1.73 as RUSTBUILD
FROM rust:1.78 as RUSTBUILD

FROM golang:1.21 as PKGCONFIG
COPY go.mod go.sum /go/src/github.com/influxdata/flux/
Expand Down

0 comments on commit 42b962a

Please sign in to comment.