Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
RogerZhongAWS authored Nov 6, 2023
1 parent 86d69e9 commit e935228
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM ubuntu:18.04 AS base

ENV DEBIAN_FRONTEND=noninteractive

ARG OPENSSL_VERSION=1.1.1n
ARG OPENSSL_VERSION=3.1.2

###############################################################################
# Install prereqs
Expand All @@ -20,7 +20,7 @@ RUN apt-get update -qq \
&& apt-get clean

###############################################################################
# Install OpenSSL 1.1.1
# Install OpenSSL 3.1.2
###############################################################################
WORKDIR /tmp
RUN wget https://www.openssl.org/source/openssl-${OPENSSL_VERSION}.tar.gz \
Expand Down Expand Up @@ -116,4 +116,4 @@ RUN mkdir -p /root/aws-iot-device-client/build \
&& cmake .. \
&& cmake --build . --target aws-iot-device-client

ENTRYPOINT ["/root/aws-iot-device-client/build/aws-iot-device-client"]
ENTRYPOINT ["/root/aws-iot-device-client/build/aws-iot-device-client"]

0 comments on commit e935228

Please sign in to comment.