Skip to content

Commit 7782ed2

Browse files
committed
as -> AS
1 parent 21515a3 commit 7782ed2

File tree

5 files changed

+5
-5
lines changed
  • agent-as-reverse-proxy/services/redirectionio-agent
  • apache-module/services/redirectionio-agent
  • apache-module-custom/services/redirectionio-agent
  • nginx-module/services/redirectionio-agent
  • nginx-module-custom/services/redirectionio-agent

5 files changed

+5
-5
lines changed

agent-as-reverse-proxy/services/redirectionio-agent/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine:3.19 as alpine
1+
FROM alpine:3.19 AS alpine
22

33
WORKDIR /tmp
44

apache-module-custom/services/redirectionio-agent/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine:3.19 as alpine
1+
FROM alpine:3.19 AS alpine
22

33
WORKDIR /tmp
44

apache-module/services/redirectionio-agent/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine:3.19 as alpine
1+
FROM alpine:3.19 AS alpine
22

33
WORKDIR /tmp
44

nginx-module-custom/services/redirectionio-agent/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine:3.19 as alpine
1+
FROM alpine:3.19 AS alpine
22

33
WORKDIR /tmp
44

nginx-module/services/redirectionio-agent/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM alpine:3.19 as alpine
1+
FROM alpine:3.19 AS alpine
22

33
WORKDIR /tmp
44

0 commit comments

Comments
 (0)