Skip to content

Commit 30f1116

Browse files
authored
Fix path in UAA dev container (#4751)
There was a [change](cloudfoundry/uaa@766abb3) introduced with which renamed the directory name where the `uaa.yml` is located. This change fixes the path in the Dockerfile, so that the container can be properly built.
1 parent 9af89ba commit 30f1116

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/images/uaa/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ RUN apt-get update && apt-get install jq git curl -y \
99

1010
FROM mikefarah/yq:4 AS yq
1111

12-
COPY --from=builder /uaa/scripts/cargo/uaa.yml /uaa.yml
12+
COPY --from=builder /uaa/scripts/boot/uaa.yml /uaa.yml
1313

1414
# Change to root user
1515
USER root

0 commit comments

Comments
 (0)