Skip to content
This repository has been archived by the owner on Jan 28, 2022. It is now read-only.

Bump alpine from 3.12.3 to 3.14.0 #221

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile.e2e
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.12.3
FROM alpine:3.14.0

COPY bin/orders-api-client /bin/orders-api-client

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.e2e_local
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ RUN rm -f bin/orders-api-client && make bin/orders-api-client
# FINAL #
#########

FROM alpine:3.12.3
FROM alpine:3.14.0

COPY --from=builder --chown=root:root /home/circleci/project/bin/orders-api-client /bin/orders-api-client

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.migrations
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.12.3
FROM alpine:3.14.0

COPY bin/rds-ca-2019-root.pem /bin/rds-ca-2019-root.pem
COPY bin/orders /bin/orders
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.migrations_local
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ RUN rm -f bin/orders && make bin/orders
# FINAL #
#########

FROM alpine:3.12.3
FROM alpine:3.14.0

COPY --from=builder --chown=root:root /home/circleci/project/bin/rds-ca-2019-root.pem /bin/rds-ca-2019-root.pem
COPY --from=builder --chown=root:root /home/circleci/project/bin/orders /bin/orders
Expand Down