Skip to content

Commit b0e4eab

Browse files
authored
chore: use binary-only docker image for installing composer (GoogleCloudPlatform#1717)
1 parent 0ae22bc commit b0e4eab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cloud_sql/sqlserver/pdo/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM gcr.io/google_appengine/php72
22

3-
COPY --from=composer:latest /usr/bin/composer /usr/local/bin/composer
3+
COPY --from=composer:latest-bin /composer /usr/local/bin/composer
44

55
COPY . .
66

0 commit comments

Comments
 (0)