Skip to content

Commit

Permalink
Update alpine Docker tag to v3.21.3 (#123)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 15, 2025
1 parent b5f6507 commit a0e3c43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ RUN touch /usr/src/cloudflare-ddns/src/main.rs
RUN cargo build --target x86_64-unknown-linux-musl --release

##### Runtime
FROM alpine:3.21.2 AS runtime
FROM alpine:3.21.3 AS runtime

# Copy generated binary in runtime
COPY --from=builder /usr/src/cloudflare-ddns/target/x86_64-unknown-linux-musl/release/cloudflare-ddns /usr/local/bin
Expand Down

0 comments on commit a0e3c43

Please sign in to comment.