Skip to content

Commit

Permalink
build: use fedora 38 containers for builds
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonish committed Aug 11, 2023
1 parent 6c499fc commit 51eee2e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build-dist.sh
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ cross_run x86_64-unknown-linux-musl ./packaging/build-rpm.sh amd64

cross_run x86_64-unknown-linux-musl ./packaging/build-deb.sh amd64
cross_run aarch64-unknown-linux-musl ./packaging/build-deb.sh arm64
cross_run aarch64-unknown-linux-musl ./packaging/build-deb.sh arm
cross_run arm-unknown-linux-musleabihf ./packaging/build-deb.sh arm

if [[ "${skip_windows}" != "yes" ]]; then
cross_run x86_64-pc-windows-gnu make dist
Expand Down
4 changes: 2 additions & 2 deletions docker/builder/Dockerfile.cross
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM fedora:36
FROM fedora:38

RUN dnf -y install \
curl \
Expand All @@ -19,7 +19,7 @@ RUN dnf -y install \
ruby-devel \
rubygem-ffi \
ruby-devel
RUN gem install --no-document --bindir=/usr/local/bin fpm -v 1.14.0
RUN gem install --no-document --bindir=/usr/local/bin fpm -v 1.15.1

ARG REAL_UID=1000
ARG REAL_GID=1000
Expand Down
2 changes: 1 addition & 1 deletion docker/builder/Dockerfile.macos
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM fedora:36
FROM fedora:38

RUN dnf -y install \
make \
Expand Down

0 comments on commit 51eee2e

Please sign in to comment.