File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 10
10
name : Build artifacts
11
11
12
12
env :
13
- BABYLON_NODECLI_VERSION : 2.1.2
13
+ BABYLON_NODECLI_VERSION : 2.2.4
14
14
15
15
permissions :
16
16
id-token : write
@@ -101,7 +101,7 @@ jobs:
101
101
uses : RDXWorks-actions/aws-secretsmanager-get-secrets@main
102
102
with :
103
103
secret-ids : |
104
- DOCKERHUB_PRIVATE, github-actions/common/dockerhub-credentials
104
+ DOCKERHUB_PRIVATE, github-actions/common/dockerhub-credentials-read-only
105
105
parse-json-secrets : true
106
106
- name : Login to Docker Hub (Private)
107
107
uses : RDXWorks-actions/login-action@master
Original file line number Diff line number Diff line change 1
- FROM nginx:1.25 -alpine
1
+ FROM nginx:1.27 -alpine
2
2
LABEL maintainer="
[email protected] "
3
3
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 && \
5
5
apk del curl libcurl
6
6
7
7
# good idea to persist this
You can’t perform that action at this time.
0 commit comments