Skip to content

Commit

Permalink
feat(renovate): pin Docker images to digest
Browse files Browse the repository at this point in the history
  • Loading branch information
prehor committed Jul 3, 2024
1 parent 5fc56ff commit 34b38fc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion apps/alpine/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ARG VERSION
FROM docker.io/library/alpine:3.20.1
FROM docker.io/library/alpine:3.20

ARG TARGETPLATFORM
ARG VERSION
Expand Down
2 changes: 1 addition & 1 deletion apps/alpine/ci/latest.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env bash
# renovate: datasource=docker depName=docker.io/library/alpine
version="3.20.1"
version="3.20"
printf "%s" "${version}"
2 changes: 1 addition & 1 deletion apps/emqx-init/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/prehor/alpine:rolling
FROM ghcr.io/prehor/alpine:3.20

ARG TARGETPLATFORM
ARG VERSION
Expand Down
2 changes: 1 addition & 1 deletion apps/usbip/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/prehor/alpine:rolling
FROM ghcr.io/prehor/alpine:3.20

ARG TARGETPLATFORM
ARG VERSION
Expand Down

0 comments on commit 34b38fc

Please sign in to comment.