From 9ec9305b811b04aaf1242bb990da7e3769dc5337 Mon Sep 17 00:00:00 2001 From: surtur Date: Mon, 17 Oct 2022 16:37:32 +0200 Subject: [PATCH] chore: bump base image to nix2.11.0 --- .drone.yml | 4 ++-- Containerfile | 2 +- README.md | 3 ++- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.drone.yml b/.drone.yml index f212eb9..8b8bfde 100644 --- a/.drone.yml +++ b/.drone.yml @@ -52,9 +52,9 @@ steps: tags: - latest - linux-amd64 - - nix2.8.0 + - nix2.11.0 - ${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 username: from_secret: dh_username diff --git a/Containerfile b/Containerfile index 0c1d7d5..905f85b 100644 --- a/Containerfile +++ b/Containerfile @@ -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 diff --git a/README.md b/README.md index 873a137..fffffeb 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,8 @@ 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 [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