Skip to content
This repository has been archived by the owner on Apr 17, 2024. It is now read-only.

Commit

Permalink
chore(deps): update docker.io/library/alpine docker tag to v3.19.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 27, 2024
1 parent bb664e3 commit 94ec76e
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 @@ -9,7 +9,7 @@ RUN apt-get update && \
make build-go

# Ancientt
FROM docker.io/library/alpine:3.19.0 AS ancientt
FROM docker.io/library/alpine:3.19.1 AS ancientt
ADD https://github.com/galexrt/ancientt/releases/download/v0.3.0/ancientt-0.3.0.linux-amd64.tar.gz ancientt.tar.gz
# Checksum taken from ancientt amd64 release v0.3.0 `sha256sums.txt` artifact
RUN test "84f186a2150552df4bb63892b77b6db2399464934f90cd0b3927aa3da137e0b3 ancientt.tar.gz" = "$(sha256sum ancientt.tar.gz)" && \
Expand Down

0 comments on commit 94ec76e

Please sign in to comment.