balena-preload 19.0.3 → 19.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/Dockerfile +1 -1
  2. package/package.json +2 -2
package/Dockerfile CHANGED
@@ -1,6 +1,6 @@
1
1
  # avoid alpine 3.13 or later due to this issue on armv7
2
2
  # https://wiki.alpinelinux.org/wiki/Release_Notes_for_Alpine_3.13.0#time64_requirements
3
- FROM alpine:3.23@sha256:5b10f432ef3da1b8d4c7eb6c487f2f5a8f096bc91145e68878dd4a5019afde11
3
+ FROM alpine:3.24@sha256:8ddefa941e689fc29abcdeb8dae3b3c6d139cc08ce9a52633931160701770685
4
4
 
5
5
  WORKDIR /usr/src/app
6
6
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "balena-preload",
3
- "version": "19.0.3",
3
+ "version": "19.0.4",
4
4
  "description": "Preload balena OS images with a user application container",
5
5
  "license": "Apache-2.0",
6
6
  "author": "Balena Ltd (https://balena.io)",
@@ -56,6 +56,6 @@
56
56
  "prepare": "tsc"
57
57
  },
58
58
  "versionist": {
59
- "publishedAt": "2026-05-12T18:26:08.491Z"
59
+ "publishedAt": "2026-06-10T01:34:06.096Z"
60
60
  }
61
61
  }