Skip to content
This repository has been archived by the owner on Jan 12, 2025. It is now read-only.

Commit

Permalink
fix: update featmake to solve alpine handling
Browse files Browse the repository at this point in the history
  • Loading branch information
danielbraun89 authored Jan 26, 2023
1 parent 7e43483 commit 3030dbe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions devcontainer_contrib/features/dependencies_sh.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
)

FEATMAKE_LINK = (
"https://github.com/devcontainers-contrib/cli/releases/download/v0.0.18/featmake"
"https://github.com/devcontainers-contrib/cli/releases/download/v0.0.19/featmake"
)
CHECKSUM_LINK = "https://github.com/devcontainers-contrib/cli/releases/download/v0.0.18/checksums.txt"
CHECKSUM_LINK = "https://github.com/devcontainers-contrib/cli/releases/download/v0.0.19/checksums.txt"

HEADER = """#!/usr/bin/env bash
# This code was generated by the devconainer-contrib cli
Expand Down

0 comments on commit 3030dbe

Please sign in to comment.