Skip to content

Commit

Permalink
Update versions v6
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeeq committed Nov 3, 2021
1 parent 6ef6f10 commit 9c7c5ba
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .drone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ steps:
- shellcheck ./*.sh

- name: build
image: fedora:34
image: fedora:33
pull: always
volumes:
- name: build-artifacts
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM fedora:35
FROM fedora:33

ARG RPMBUILD_PATH=/root/rpmbuild
ARG FEDORA_KERNEL_VERSION=5.14.14-300.fc35 # https://bodhi.fedoraproject.org/updates/?search=&packages=kernel&releases=F35
Expand Down
4 changes: 2 additions & 2 deletions build_in_docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

set -eu -o pipefail

DOCKER_IMAGE=fedora:35
# DOCKER_IMAGE=fedora_build:35
DOCKER_IMAGE=fedora:33
# DOCKER_IMAGE=fedora_build:33
RPMBUILD_HOST_PATH=~/rpmbuild

mkdir -p ${RPMBUILD_HOST_PATH}
Expand Down

0 comments on commit 9c7c5ba

Please sign in to comment.