Skip to content

Commit

Permalink
upgrade to latest alpine images
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesrwarren committed Oct 10, 2023
1 parent 896caa0 commit ce7fa6b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions lambda_functions/v1/Dockerfile-Dynamo
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# Define function directory
ARG FUNCTION_DIR="/function"

FROM python:3.10.7-alpine3.16 AS python-alpine
FROM python:3.10.13-alpine3.18 AS python-alpine
RUN apk add --no-cache \
libstdc++
libstdc++ \
elfutils-dev

RUN apk update && apk upgrade expat

Expand All @@ -15,7 +16,6 @@ RUN apk add --no-cache \
libtool \
autoconf \
automake \
libexecinfo-dev \
make \
cmake \
libcurl
Expand Down
6 changes: 3 additions & 3 deletions lambda_functions/v1/Dockerfile-Function
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# Define function directory
ARG FUNCTION_DIR="/function"

FROM python:3.10.7-alpine3.16 AS python-alpine
FROM python:3.10.13-alpine3.18 AS python-alpine
RUN apk add --no-cache \
libstdc++
libstdc++ \
elfutils-dev

RUN apk update && apk upgrade expat

Expand All @@ -15,7 +16,6 @@ RUN apk add --no-cache \
libtool \
autoconf \
automake \
libexecinfo-dev \
make \
cmake \
libcurl
Expand Down

0 comments on commit ce7fa6b

Please sign in to comment.