Skip to content

Commit

Permalink
Updated 'swtpm' and 'libtpms' to the latest versions + updated base s…
Browse files Browse the repository at this point in the history
…ystem.
  • Loading branch information
danieltrick committed Dec 6, 2024
1 parent 3536a44 commit b795e10
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](http://keepachangelog.com/).

## r11 - 2024-12-06

### Changed
- swtpm: Updated to revision `314f5f411b32` (2024-12-02)
- libtpms: Updated to revision `f22745c72933` (2024-11-15)
- Base system: Updated to `alpine:3.21.0` (2024-12-05)

## r10 - 2024-09-28

### Changed
Expand Down
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# Alpine Version
ARG ALPINE_VERS=3.20.3@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d
ARG ALPINE_VERS=3.21.0@sha256:21dc6063fd678b478f57c0e13f47560d0ea4eeba26dfc947b2a4f81f686b9f45

# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
# Stage #1
# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
FROM alpine:$ALPINE_VERS AS build

# SWTPM Versions
ARG SWTPM_COMMIT=2e2124928f389e6eaa7da0d7ff796f45b0755dce
ARG LTPMS_COMMIT=6adb99a42cf6aed978ddff66e882cd9244c0be92
ARG SWTPM_COMMIT=314f5f411b32a1df6ba82ba9fc56572b59668dd8
ARG LTPMS_COMMIT=f22745c72933b17a743e5e8648ca691952b16505

# Install build dependencies
RUN apk add --no-cache \
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ Version history

| **Release** | **Date** | **Base system** | **SWTPM version** | **libtpms version** |
| ------------| ---------- | --------------------- | --------------------------------------------------------------------------- | ----------------------------------------------------------------------------- |
| r11 | 2024-12-06 | Alpine 3.21.0 | [`314f5f411b32`](https://github.com/stefanberger/swtpm/commit/314f5f411b32) | [`f22745c72933`](https://github.com/stefanberger/libtpms/commit/f22745c72933) |
| r10 | 2024-09-28 | Alpine 3.20.3 | [`2e2124928f38`](https://github.com/stefanberger/swtpm/commit/2e2124928f38) | [`6adb99a42cf6`](https://github.com/stefanberger/libtpms/commit/6adb99a42cf6) |
| r9 | 2024-09-18 | Alpine 3.20.3 | [`017f99ceddb0`](https://github.com/stefanberger/swtpm/commit/017f99ceddb0) | [`e898872637b4`](https://github.com/stefanberger/libtpms/commit/e898872637b4) |
| r8 | 2024-09-13 | Alpine 3.20.3 | [`28292591cbef`](https://github.com/stefanberger/swtpm/commit/28292591cbef) | [`46548da8edbf`](https://github.com/stefanberger/libtpms/commit/46548da8edbf) |
Expand Down

0 comments on commit b795e10

Please sign in to comment.