Skip to content
This repository was archived by the owner on Oct 20, 2024. It is now read-only.

Commit

Permalink
Update alpine version
Browse files Browse the repository at this point in the history
  • Loading branch information
babelouest committed Sep 9, 2021
1 parent 44b5d15 commit 36efbfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docker/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
GLEWLWYD_VERSION=$(shell curl -s https://api.github.com/repos/babelouest/glewlwyd/releases/latest | grep tag_name | cut -d '"' -f 4 | cut -c 2-)
ALPINE_VERSION=3.13.4
ALPINE_VERSION=3.14.2

glewlwyd-full_$(GLEWLWYD_VERSION)_alpine_$(ALPINE_VERSION)_x86_64.tar.gz:
wget https://github.com/babelouest/glewlwyd/releases/download/v${GLEWLWYD_VERSION}/glewlwyd-full_$(GLEWLWYD_VERSION)_alpine_$(ALPINE_VERSION)_x86_64.tar.gz
Expand Down

0 comments on commit 36efbfd

Please sign in to comment.