forked from euantorano/docker-zig
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bump alpine version to the latest v3.19.1 and zig to the 0.11.0
- Loading branch information
1 parent
6cd5d29
commit 25aac0d
Showing
2 changed files
with
17 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
FROM alpine:3.16 | ||
FROM alpine:3.19.1 | ||
|
||
ARG ZIG_VERSION=0.9.1 | ||
ARG ZIG_VERSION=0.11.0 | ||
ARG ZIG_URL=https://ziglang.org/download/${ZIG_VERSION}/zig-linux-x86_64-${ZIG_VERSION}.tar.xz | ||
ARG ZIG_SHA256=be8da632c1d3273f766b69244d80669fe4f5e27798654681d77c992f17c237d7 | ||
ARG ZIG_SHA256=7724ac675a99aeb05c1ba58d75fb87655ad63af207de8df9e370b7570f859a78 | ||
|
||
LABEL version=0.9.1 | ||
LABEL maintainer="Euan Torano <[email protected]>" | ||
LABEL version=0.11.0 | ||
LABEL maintainer="Denys Holius <https://x.com/dengolius>" | ||
|
||
WORKDIR /usr/src | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters