Skip to content

Commit e3a7f75

Browse files
committed
formatting
1 parent 1f2e0f1 commit e3a7f75

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Diff for: dev/builder.local.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM debian:11-slim as builder
1+
FROM debian:11-slim AS builder
22
# A developer variant of protocurl for local development. See DEVELOPER.md
33
# This should be kept in sync with release/builder.Dockerfile
44

Diff for: release/builder.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This should be kept in sync with dev/builder.local.Dockerfile
22

3-
FROM debian:11-slim as builder
3+
FROM debian:11-slim AS builder
44
ARG VERSION
55
ARG TARGETARCH
66
RUN apt-get -q update && \

Diff for: release/final.Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM gcr.io/distroless/cc:latest as final
1+
FROM gcr.io/distroless/cc:latest AS final
22

33
WORKDIR /protocurl
44

0 commit comments

Comments
 (0)