Skip to content

Commit

Permalink
feat(container): update image rust to v1.78.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and mihirsamdarshi committed May 5, 2024
1 parent 9f8c489 commit 7ba0f27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/port_manager/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# syntax=docker/dockerfile:1.7-labs
FROM rust:1.77.2-alpine3.18 as builder
FROM rust:1.78.0-alpine3.18 as builder
RUN apk add --no-cache musl-dev

# Set `SYSROOT` to a dummy path (default is /usr) because pkg-config-rs *always*
Expand Down

0 comments on commit 7ba0f27

Please sign in to comment.