Skip to content

Commit

Permalink
Security update for node 14.x image (14.18.2)
Browse files Browse the repository at this point in the history
  • Loading branch information
dnorio committed Dec 29, 2021
1 parent 7a257ba commit bef6478
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:14.17.0-alpine3.13
FROM node:14.18.2-alpine3.14

# Contains only necessary libs from oracle instant client:
# "*/libociei.so */libons.so */libnnz12.so */libclntshcore.so.12.1 */libclntsh.so.12.1"
Expand All @@ -7,7 +7,7 @@ ENV CLIENT_FILENAME instantclientlibs-linux.x64-12.1.0.1.0.tar.gz
COPY ${CLIENT_FILENAME} /usr/lib

# libaio and libnsl are necessary for oracledb
RUN echo "https://dl-cdn.alpinelinux.org/alpine/v3.13/main" > /etc/apk/repositories \
RUN echo "https://dl-cdn.alpinelinux.org/alpine/v3.14/main" > /etc/apk/repositories \
&& echo "https://dl-cdn.alpinelinux.org/alpine/latest-stable/community" >> /etc/apk/repositories \
&& apk add --no-cache libaio libnsl \
&& ln -s /usr/lib/libnsl.so.2 /usr/lib/libnsl.so.1 \
Expand Down

0 comments on commit bef6478

Please sign in to comment.