Skip to content

Commit a5022e3

Browse files
author
muzuke
authored
Merge pull request #52 from radixdlt/readonlyfix
Update to read only dockerhub creds
2 parents 4690e83 + b5e7dfa commit a5022e3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/artifacts.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
name: Build artifacts
1111

1212
env:
13-
BABYLON_NODECLI_VERSION: 2.1.2
13+
BABYLON_NODECLI_VERSION: 2.2.4
1414

1515
permissions:
1616
id-token: write
@@ -101,7 +101,7 @@ jobs:
101101
uses: RDXWorks-actions/aws-secretsmanager-get-secrets@main
102102
with:
103103
secret-ids: |
104-
DOCKERHUB_PRIVATE, github-actions/common/dockerhub-credentials
104+
DOCKERHUB_PRIVATE, github-actions/common/dockerhub-credentials-read-only
105105
parse-json-secrets: true
106106
- name: Login to Docker Hub (Private)
107107
uses: RDXWorks-actions/login-action@master

Dockerfile.alpine

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
FROM nginx:1.25-alpine
1+
FROM nginx:1.27-alpine
22
LABEL maintainer="[email protected]"
33

4-
RUN apk add --no-cache --update libressl=3.8.2-r0 wget=1.21.4-r0 openssl=3.1.4-r6 && \
4+
RUN apk add --no-cache --update libressl=3.8.4-r0 wget=1.24.5-r0 openssl=3.3.2-r1 && \
55
apk del curl libcurl
66

77
# good idea to persist this

0 commit comments

Comments
 (0)