Skip to content

Commit

Permalink
feat(nixpkgs-fmt): update nixos/nix docker tag to v2.19.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Nov 21, 2023
1 parent 3cdd76b commit ab5e685
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dhall-format/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM nixos/nix:2.19.0
FROM nixos/nix:2.19.1
LABEL maintainer="Roki <[email protected]>"
RUN nix-env --install dhall
RUN mkdir -p /code

Check failure on line 4 in dhall-format/Dockerfile

View workflow job for this annotation

GitHub Actions / test (dhall-format)

DL3059 info: Multiple consecutive `RUN` instructions. Consider consolidation.
Expand Down
2 changes: 1 addition & 1 deletion nixpkgs-fmt/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM nixos/nix:2.19.0
FROM nixos/nix:2.19.1
LABEL maintainer="Pat Brisbin <[email protected]>"
RUN nix-env --install gnused nixpkgs-fmt
RUN mkdir -p /code

Check failure on line 4 in nixpkgs-fmt/Dockerfile

View workflow job for this annotation

GitHub Actions / test (nixpkgs-fmt)

DL3059 info: Multiple consecutive `RUN` instructions. Consider consolidation.
Expand Down

0 comments on commit ab5e685

Please sign in to comment.