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:37:32 +02:00
parent d3e3e13cf7
commit 9ec9305b81
Signed by: wanderer
SSH Key Fingerprint: SHA256:MdCZyJ2sHLltrLBp0xQO0O1qTW9BT/xl5nXkDvhlMCI
3 changed files with 5 additions and 4 deletions

View File

@ -52,9 +52,9 @@ steps:
tags: tags:
- latest - latest
- linux-amd64 - linux-amd64
- nix2.8.0 - nix2.11.0
- ${DRONE_COMMIT_SHA:0:8} - ${DRONE_COMMIT_SHA:0:8}
- ${DRONE_COMMIT_SHA:0:8}-nix2.8.0 - ${DRONE_COMMIT_SHA:0:8}-nix2.11.0
repo: immawanderer/nix-nixpkgs-fmt repo: immawanderer/nix-nixpkgs-fmt
username: username:
from_secret: dh_username from_secret: dh_username

View File

@ -1,5 +1,5 @@
# syntax=docker/dockerfile:1.3 # 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 BUILD_DATE
ARG VCS_REF ARG VCS_REF

View File

@ -5,7 +5,8 @@
the Containerfile in this repo simply installs `nixpkgs-fmt` on top of the base the Containerfile in this repo simply installs `nixpkgs-fmt` on top of the base
image, the rationale being this image can be cached for reuse in CI (such as image, the rationale being this image can be cached for reuse in CI (such as
[Drone](https://drone.io) with ephemeral containers). [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 ### LICENSE
GPL-3.0 GPL-3.0