Skip to content

Commit 054767d

Browse files
committed
Update Dockerfile format
1 parent edd4309 commit 054767d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

containers/filer.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Builder: produce wheels
22

3-
FROM alpine:3.23 as builder
3+
FROM alpine:3.23 AS builder
44

55
RUN apk add --no-cache python3 py3-pip
66
RUN apk add --no-cache git

containers/taskmaster.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Builder: produce wheels
22

3-
FROM alpine:3.23 as builder
3+
FROM alpine:3.23 AS builder
44

55
RUN apk add --no-cache python3 py3-pip
66
RUN apk add --no-cache git

0 commit comments

Comments
 (0)