Skip to content
Merged
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 flagd/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ARG FLAGD_BASE_IMAGE=ghcr.io/open-feature/flagd:v0.15.0
ARG FLAGD_BASE_IMAGE=ghcr.io/open-feature/flagd:v0.15.5
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

high

The PR title mentions 'latest flagd', but v0.15.5 is not the most recent version; v0.17.0 is currently available. Additionally, the official flagd image stores the binary at /flagd, but line 32 incorrectly references /flagd-build, which will cause the build to fail.

ARG FLAGD_BASE_IMAGE=ghcr.io/open-feature/flagd:v0.17.0

ARG TARGETARCH

FROM ${FLAGD_BASE_IMAGE} AS flagd
Expand Down
Loading