Skip to content

Commit

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

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

## r10 - 2024-09-28

### Changed
- swtpm: Updated to revision `2e2124928f38` (2024-09-27)
- libtpms: Updated to revision `6adb99a42cf6` (2024-09-24)

## r9 - 2024-09-18

### Added
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
ARG ALPINE_VERS=3.20.3@sha256:beefdbd8a1da6d2915566fde36db9db0b524eb737fc57cd1367effd16dc0d06d

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

# SWTPM Versions
ARG SWTPM_COMMIT=017f99ceddb010a2aac4083538a0a3e3ac68ffdd
ARG LTPMS_COMMIT=e898872637b4cf66ca076f95360ffea561da5ab8
ARG SWTPM_COMMIT=2e2124928f389e6eaa7da0d7ff796f45b0755dce
ARG LTPMS_COMMIT=6adb99a42cf6aed978ddff66e882cd9244c0be92

# 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** |
| ------------| ---------- | --------------------- | --------------------------------------------------------------------------- | ----------------------------------------------------------------------------- |
| 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) |
| r7 | 2024-09-08 | Alpine 3.20.3 | [`607eb54b3e52`](https://github.com/stefanberger/swtpm/commit/607eb54b3e52) | [`e983cdf05c4e`](https://github.com/stefanberger/libtpms/commit/e983cdf05c4e) |
Expand Down

0 comments on commit 3536a44

Please sign in to comment.