chore: bump base image to nix2.11.0
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
surtur 2022-10-17 16:54:16 +02:00
parent 7b149e8643
commit b0105cf584
Signed by: wanderer
SSH Key Fingerprint: SHA256:MdCZyJ2sHLltrLBp0xQO0O1qTW9BT/xl5nXkDvhlMCI
3 changed files with 6 additions and 3 deletions

View File

@ -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
...

View File

@ -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

View File

@ -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).