File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,14 +6,14 @@ ARG DISTRO=focal
66# --------------------------------------
77# base images
88# --------------------------------------
9- FROM ghcr.io/containerbase/ubuntu:20.04@sha256:8feb4d8ca5354def3d8fce243717141ce31e2c428701f6682bd2fafe15388214 as build-focal
10- FROM ghcr.io/containerbase/ubuntu:22.04@sha256:c7eb020043d8fc2ae0793fb35a37bff1cf33f156d4d4b12ccc7f3ef8706c38b1 as build-jammy
9+ FROM ghcr.io/containerbase/ubuntu:20.04@sha256:8feb4d8ca5354def3d8fce243717141ce31e2c428701f6682bd2fafe15388214 AS build-focal
10+ FROM ghcr.io/containerbase/ubuntu:22.04@sha256:c7eb020043d8fc2ae0793fb35a37bff1cf33f156d4d4b12ccc7f3ef8706c38b1 AS build-jammy
1111
1212
1313# --------------------------------------
1414# builder images
1515# --------------------------------------
16- FROM build-${DISTRO} as builder
16+ FROM build-${DISTRO} AS builder
1717
1818
1919ENTRYPOINT [ "dumb-init" , "--" , "builder.sh" ]
You can’t perform that action at this time.
0 commit comments