Skip to content

Commit 0531b6a

Browse files
der-eismannvladak
authored andcommitted
Make more links use HTTPS
1 parent a0e9161 commit 0531b6a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ SHELL ["/bin/bash", "-o", "pipefail", "-c"]
5050
# hadolint ignore=DL3059
5151
RUN curl -sS https://package.perforce.com/perforce.pubkey | gpg --dearmor > /etc/apt/trusted.gpg.d/perforce.gpg
5252
# hadolint ignore=DL3059
53-
RUN echo 'deb http://package.perforce.com/apt/ubuntu bionic release' > /etc/apt/sources.list.d/perforce.list
53+
RUN echo 'deb https://package.perforce.com/apt/ubuntu focal release' > /etc/apt/sources.list.d/perforce.list
5454

5555
# install dependencies and Python tools
5656
# hadolint ignore=DL3008,DL3009

docker/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
Built from official source: https://github.com/oracle/opengrok/releases/
66

7-
You can learn more about OpenGrok at http://oracle.github.io/opengrok/
7+
You can learn more about OpenGrok at https://oracle.github.io/opengrok/
88

99
The container is available from DockerHub at https://hub.docker.com/r/opengrok/docker/
1010

0 commit comments

Comments
 (0)