Skip to content

Commit 83634f4

Browse files
authored
build: fix dockerfile typo
1 parent 3d6fb6c commit 83634f4

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

1919
ENTRYPOINT [ "dumb-init", "--", "builder.sh" ]

0 commit comments

Comments
 (0)