Skip to content

Commit 2ae4b30

Browse files
chore(deps): pin dependencies
1 parent ee9ebfd commit 2ae4b30

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

ci/images/alpine/Dockerfile.rust1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Base-image
2-
FROM rust:1.91.0-alpine AS base
2+
FROM rust:1.91.0-alpine@sha256:a3e3d30122c08c0ed85dcd8867d956f066be23c32ed67a0453bc04ce478ad69b AS base
33

44
ARG ALPINE_REPO
55
ARG NODEJS_DIST_URL

ci/images/debian/Dockerfile.dotnet6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Base-image
2-
FROM mcr.microsoft.com/dotnet/sdk:6.0.427-1-bookworm-slim AS base
2+
FROM mcr.microsoft.com/dotnet/sdk:6.0.427-1-bookworm-slim@sha256:dae58d2fa6a30d1b7367bd9b56a9c2c4dca64762dfb4fcf24dfff3a64b0d0723 AS base
33

44
ARG DEBIAN_REPO
55
ARG GITHUB_RAW_URL=https://raw.githubusercontent.com

ci/images/debian/Dockerfile.dotnet8

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Base-image
2-
FROM mcr.microsoft.com/dotnet/sdk:8.0.415-bookworm-slim AS base
2+
FROM mcr.microsoft.com/dotnet/sdk:8.0.415-bookworm-slim@sha256:4632e98dc703311ca09d0c37170fe70ad4ba334bd88a841c78cbcc9d29994b2c AS base
33

44
ARG DEBIAN_REPO
55
ARG GITHUB_RAW_URL=https://raw.githubusercontent.com

ci/images/debian/Dockerfile.dotnet9

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Base-image
2-
FROM mcr.microsoft.com/dotnet/sdk:9.0.306-bookworm-slim AS base
2+
FROM mcr.microsoft.com/dotnet/sdk:9.0.306-bookworm-slim@sha256:81f6d622fe21ed9d31375167f62a3538ff4d6835f9d5e6da9c2defa8a84b7687 AS base
33

44
ARG DEBIAN_REPO
55
ARG GITHUB_RAW_URL=https://raw.githubusercontent.com

ci/images/debian/Dockerfile.ruby26

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Base-image
2-
FROM ruby:2.6.9-slim-bullseye AS base
2+
FROM ruby:2.6.9-slim-bullseye@sha256:4df9b1499a803e333e6ea19555c0e4243fac73c6f97e3b7ffb0fce7b2693e59e AS base
33

44
ARG ATOM_RUBY_VERSION=3.4.5
55
ARG DEBIAN_REPO

ci/images/debian/Dockerfile.ruby33

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Base-image
2-
FROM ruby:3.3.9-slim-trixie AS base
2+
FROM ruby:3.3.9-slim-trixie@sha256:d95708805496c06b312506dea398ea3e27f2467b36bfc62bdbac8788396455d3 AS base
33

44
ARG ATOM_RUBY_VERSION=3.4.5
55
ARG DEBIAN_REPO

ci/images/opensuse/Dockerfile.python310

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Base-image
2-
FROM registry.opensuse.org/opensuse/bci/python:3.10.16 AS base
2+
FROM registry.opensuse.org/opensuse/bci/python:3.10.16@sha256:b50040733c27528746e1bfc87a8d401fee75c14ed6ec371ced6f89da849067b4 AS base
33

44
ARG GITHUB_URL=https://github.com
55
# renovate: datasource=golang-version depName=golang

ci/images/ubuntu/Dockerfile.dotnet10

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Base-image
2-
FROM mcr.microsoft.com/dotnet/sdk:10.0.100-noble AS base
2+
FROM mcr.microsoft.com/dotnet/sdk:10.0.100-noble@sha256:c7445f141c04f1a6b454181bd098dcfa606c61ba0bd213d0a702489e5bd4cd71 AS base
33

44
ARG GITHUB_RAW_URL=https://raw.githubusercontent.com
55
ARG GITHUB_URL=https://github.com

0 commit comments

Comments
 (0)