mirror of
https://github.com/stnolting/neorv32.git
synced 2025-04-24 14:17:51 -04:00
[containers] update from Debian Buster to Debian Bullseye
This commit is contained in:
parent
3a9558c33e
commit
31aff3290b
2 changed files with 2 additions and 2 deletions
2
.github/impl.dockerfile
vendored
2
.github/impl.dockerfile
vendored
|
@ -1,4 +1,4 @@
|
|||
FROM gcr.io/hdl-containers/debian/buster/impl
|
||||
FROM gcr.io/hdl-containers/debian/bullseye/impl
|
||||
|
||||
RUN apt-get update -qq \
|
||||
&& DEBIAN_FRONTEND=noninteractive apt-get -y install --no-install-recommends \
|
||||
|
|
2
.github/sim.dockerfile
vendored
2
.github/sim.dockerfile
vendored
|
@ -1,4 +1,4 @@
|
|||
FROM gcr.io/hdl-containers/debian/buster/sim/osvb
|
||||
FROM gcr.io/hdl-containers/debian/bullseye/sim/osvb
|
||||
|
||||
RUN apt-get update -qq \
|
||||
&& DEBIAN_FRONTEND=noninteractive apt-get -y install --no-install-recommends \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue