Skip to content

Commit

Permalink
[nc] fix test, update ubuntu curl
Browse files Browse the repository at this point in the history
Signed-off-by: Nic Cheneweth <[email protected]>
  • Loading branch information
ncheneweth committed Nov 22, 2024
1 parent f81ee09 commit 288ee86
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions Dockerfile.ubuntu
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ RUN echo 'APT::Get::Assume-Yes "true";' > /etc/apt/apt.conf.d/90forceyes && \
sudo=1.9.15p5-3ubuntu5 \
locales=2.40-1ubuntu3 \
tzdata=2024a-4ubuntu1 \
libcurl4-openssl-dev=8.9.1-2ubuntu2 \
libcurl4-openssl-dev=8.9.1-2ubuntu2.1 \
apt-transport-https=2.9.8 \
lsb-release=12.1-1 \
gettext-base=0.22.5-2 \
Expand All @@ -42,10 +42,9 @@ RUN echo 'APT::Get::Assume-Yes "true";' > /etc/apt/apt.conf.d/90forceyes && \
g++=4:14.1.0-2ubuntu1 \
cmake=3.30.3-1 \
make=4.3-4.1build2 \
curl=8.9.1-2ubuntu2 \
curl=8.9.1-2ubuntu2.1 \
wget=1.24.5-1ubuntu2 \
unzip=6.0-28ubuntu6 \
gzip=1.12-1.1ubuntu1 \
zip=3.0-14 \
bzip2=1.0.8-6 \
jq=1.7.1-3build1 \
Expand Down
2 changes: 1 addition & 1 deletion test/circleci_base_image_alpine.bats
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

@test "curl version" {
run bash -c "docker exec circleci-base-image-alpine-edge curl --version"
[[ "${output}" =~ "8.10" ]]
[[ "${output}" =~ "8.11" ]]
}

@test "wget version" {
Expand Down

0 comments on commit 288ee86

Please sign in to comment.