Skip to content

Commit

Permalink
Makefile: Update to Alpine base version 3.20.2
Browse files Browse the repository at this point in the history
CHANGES

Makefile, README.md:

 * Update ALPINE_VERSION to 3.20.2
  • Loading branch information
Victor Roemer authored and wtfbbqhax committed Sep 3, 2024
1 parent c8d20a5 commit c2eb4ea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Define variables for build args
ALPINE_VERSION := 3.20.0
ALPINE_VERSION := 3.20.2
CONTAINERFILE=Containerfile

# User may specify the architecture to build else build for the host
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

![Krakatoa-Image Logo](doc/silhouette-of-krakatoa-volcano-eruption.svg)

**FROM [Alpine Linux 3.20.0](https://www.alpinelinux.org/posts/Alpine-3.20.0-released.html)**
**FROM [Alpine Linux 3.20.2](https://www.alpinelinux.org/posts/Alpine-3.20.2-released.html)**

This repository serves as a reference for building a custom Alpine container images based on the Alpine Linux. We make use of the Alpine Packaging tools `abuild` and `apk` to build a package repository local to the image itself. The local package repo builds package and subpackage targets from the software listed below.

Expand Down

0 comments on commit c2eb4ea

Please sign in to comment.