Skip to content

Commit

Permalink
Use the Docker tags properly for Renovate (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanrainer authored Oct 2, 2024
1 parent 9be4930 commit cd6a17c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion binary-builder-glibc/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# The SHA below is rockylinux:8.9.20231119, fixing to a specific SHA
# rather than a mutable tag, stops rebuilds completely changing the
# contents of the container without us realising.
FROM rockylinux@sha256:9794037624aaa6212aeada1d28861ef5e0a935adaf93e4ef79837119f2a2d04c
FROM rockylinux:8.9.20231119@sha256:9794037624aaa6212aeada1d28861ef5e0a935adaf93e4ef79837119f2a2d04c

ARG RUST_VERSION=1.80.1
ARG NODE_VERSION=20.15.1
Expand Down
2 changes: 1 addition & 1 deletion binary-builder-glibc/config.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 0.1.1
version: 0.1.2
description: Builder image for Rust binaries that must be built with the correct glibc version
platforms:
- linux/arm64
Expand Down
2 changes: 1 addition & 1 deletion binary-builder-musl/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# The SHA below is rust:1.80.1-alpine3.19, fixing to a specific SHA
# rather than a mutable tag, stops rebuilds completely changing the
# contents of the container without us realising.
FROM rust@sha256:b3ac1f65cf33390407c9b90558eb41e7a8311c47d836fca5800960f1aa2d11d5
FROM rust:1.80.1-alpine3.19@sha256:b3ac1f65cf33390407c9b90558eb41e7a8311c47d836fca5800960f1aa2d11d5

# Update packages and package manager to keep us current
RUN apk update && apk upgrade
Expand Down
2 changes: 1 addition & 1 deletion binary-builder-musl/config.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: 0.1.1
version: 0.1.2
description: Builder image for Rust binaries that must be built & linked with musl
platforms:
- linux/arm64
Expand Down

0 comments on commit cd6a17c

Please sign in to comment.