Skip to content

Commit

Permalink
chore(deps): update dependency alpine_3_17/openssl to v3.0.15-r1 (And…
Browse files Browse the repository at this point in the history
…reasHeine#890)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 21, 2024
1 parent 2495e74 commit d54ff91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ WORKDIR /home/node/opcua-server

# hadolint ignore=DL3018
RUN apk --no-cache add \
openssl=3.0.15-r0 \
openssl=3.0.15-r1 \
python3=3.10.15-r0 \
make=4.3-r1 \
g++=12.2.1_git20220924-r4 \
Expand Down
2 changes: 1 addition & 1 deletion LDS.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM node:21.4.0-alpine3.17
# hadolint ignore=DL3018
RUN apk --no-cache add \
openssl=3.0.15-r0
openssl=3.0.15-r1

WORKDIR /home/node/discovery

Expand Down

0 comments on commit d54ff91

Please sign in to comment.