chore: bump base image to nix2.11.0
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
7b149e8643
commit
b0105cf584
@ -51,8 +51,10 @@ steps:
|
||||
- VCS_REF=${DRONE_COMMIT_SHA:0:7}
|
||||
tags:
|
||||
- latest
|
||||
- nix2.11.0
|
||||
- linux-amd64
|
||||
- ${DRONE_COMMIT_SHA:0:8}
|
||||
- ${DRONE_COMMIT_SHA:0:8}-nix2.11.0
|
||||
repo: immawanderer/nix-statix
|
||||
username:
|
||||
from_secret: dh_username
|
||||
@ -69,6 +71,6 @@ trigger:
|
||||
|
||||
---
|
||||
kind: signature
|
||||
hmac: 4332a4549f9f31d144d8d663527c62b216d536320d45049a9d5790e67076dc1c
|
||||
hmac: ac38113cea0b3914210b4cb2d6c815281c7ee433e3c3931f6165046faa572f7e
|
||||
|
||||
...
|
||||
|
@ -1,5 +1,5 @@
|
||||
# syntax=docker/dockerfile:1.3
|
||||
FROM docker.io/nixos/nix:2.8.0-amd64
|
||||
FROM docker.io/nixos/nix:2.11.0-amd64
|
||||
|
||||
ARG BUILD_DATE
|
||||
ARG VCS_REF
|
||||
|
@ -5,7 +5,8 @@
|
||||
the Containerfile in this repo simply installs `statix` on top of the base
|
||||
image, the rationale being this image can be cached for reuse in CI (such as
|
||||
[Drone](https://drone.io) with ephemeral containers).
|
||||
based on `docker.io/nixos/nix:2.8.0-amd64`, weekly rebuilt on cron.
|
||||
based on `docker.io/nixos/nix` (see tag for the `nix` version bundled), latest
|
||||
version weekly rebuilt on cron.
|
||||
|
||||
### LICENSE
|
||||
GPL-3.0-or-later (see [LICENSE](LICENSE) for details).
|
||||
|
Loading…
Reference in New Issue
Block a user