mirror of
https://github.com/zeek/zeek.git
synced 2025-10-02 06:38:20 +00:00
CI: Automatically update opensuse-tumbleweed
This commit is contained in:
parent
64bcf50837
commit
15a39c230c
3 changed files with 7 additions and 2 deletions
|
@ -2,7 +2,7 @@ FROM opensuse/tumbleweed
|
|||
|
||||
# A version field to invalidate Cirrus's build cache when needed, as suggested in
|
||||
# https://github.com/cirruslabs/cirrus-ci-docs/issues/544#issuecomment-566066822
|
||||
ENV DOCKERFILE_VERSION 20230330
|
||||
ENV DOCKERFILE_VERSION 20230428
|
||||
|
||||
RUN zypper refresh \
|
||||
&& zypper in -y \
|
||||
|
|
4
ci/opensuse-tumbleweed/prepare.sh
Executable file
4
ci/opensuse-tumbleweed/prepare.sh
Executable file
|
@ -0,0 +1,4 @@
|
|||
#!/bin/sh
|
||||
|
||||
zypper refresh
|
||||
zypper patch -y --with-update --with-optional
|
Loading…
Add table
Add a link
Reference in a new issue