diff --git a/pkg/universe.dagger.io/alpine/alpine.cue b/pkg/universe.dagger.io/alpine/alpine.cue index 91f865f3..6dd35979 100644 --- a/pkg/universe.dagger.io/alpine/alpine.cue +++ b/pkg/universe.dagger.io/alpine/alpine.cue @@ -5,18 +5,11 @@ import ( "universe.dagger.io/docker" ) -_platforms: { - "linux/amd64": "3.15.0@sha256:e7d88de73db3d3fd9b2d63aa7f447a10fd0220b7cbf39803c803f2af9ba256b3" - "linux/arm64/v8": "3.15.0@sha256:c74f1b1166784193ea6c8f9440263b9be6cae07dfe35e32a5df7a31358ac2060" -} - // Build an Alpine Linux container image #Build: { - // Platform to support - platform: string | *"linux/amd64" - // Alpine version to install. Setting this will override platform. - version: string | *_platforms[platform] + // Alpine version to install. + version: string | *"3.15.0@sha256:21a3deaa0d32a8057914f36584b5288d2e5ecc984380bc0118285c70fa8c9300" // List of packages to install packages: [pkgName=string]: version: string | *""