Skip to content

Commit 51620cf

Browse files
committed
fix case inconsistency
1 parent 0ec61e1 commit 51620cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

e2e-tests/docker/pbm.dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
ARG MONGODB_VERSION=5.0
22
ARG MONGODB_IMAGE=percona/percona-server-mongodb
33

4-
FROM ${MONGODB_IMAGE}:${MONGODB_VERSION}-multi as mongo_image
4+
FROM ${MONGODB_IMAGE}:${MONGODB_VERSION}-multi AS mongo_image
55

6-
FROM oraclelinux:8 as base-build
6+
FROM oraclelinux:8 AS base-build
77
WORKDIR /build
88

99
RUN mkdir -p /data/db

0 commit comments

Comments
 (0)