Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.uid2</groupId>
<artifactId>uid2-operator</artifactId>
<version>5.70.155</version>
<version>5.70.156-alpha-800-SNAPSHOT</version>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down
6 changes: 3 additions & 3 deletions scripts/aws/pipeline/amazonlinux2023.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ RUN dnf -y groupinstall "Development Tools" \

RUN systemctl enable docker

# inet.no has expired their SSL certificate, so we need to use a different source.
# https://www.inet.no/dante/download.html Got the sha255 from the official website.
RUN wget https://fossies.org/linux/misc/dante-1.4.4.tar.gz \
# Download Dante from the official site. https://www.inet.no/dante/download.html Got the sha255 from the official website.
# (Previously sourced from fossies.org while inet.no's SSL cert was expired; inet.no's cert is valid again and fossies.org is unreliable.)
RUN wget https://www.inet.no/dante/files/dante-1.4.4.tar.gz \
&& echo "1973c7732f1f9f0a4c0ccf2c1ce462c7c25060b25643ea90f9b98f53a813faec dante-1.4.4.tar.gz" > dante_checksum \
&& sha256sum --check dante_checksum \
&& tar -xf dante-1.4.4.tar.gz \
Expand Down
Loading