File tree Expand file tree Collapse file tree 4 files changed +11
-11
lines changed Expand file tree Collapse file tree 4 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 11ARG DEBIAN_VERSION=bookworm
22ARG SHIMMY_VERSION=latest
33
4- FROM ghcr.io/lambda-feedback/shimmy:${SHIMMY_VERSION} as shimmy
4+ FROM ghcr.io/lambda-feedback/shimmy:${SHIMMY_VERSION} AS shimmy
55
6- FROM debian:${DEBIAN_VERSION}-slim as base
6+ FROM debian:${DEBIAN_VERSION}-slim AS base
77
88# set common workdir
99WORKDIR /app
@@ -15,7 +15,7 @@ RUN apt-get update && apt-get install -y \
1515 curl \
1616 && rm -rf /var/lib/apt/lists/*
1717
18- FROM base as deps
18+ FROM base AS deps
1919
2020# Install the AWS Lambda Runtime Interface Emulator
2121RUN case $(uname -m) in \
Original file line number Diff line number Diff line change @@ -2,9 +2,9 @@ ARG DEBIAN_VERSION=bookworm
22ARG SHIMMY_VERSION=latest
33ARG PYTHON_VERSION=3.11
44
5- FROM ghcr.io/lambda-feedback/shimmy:${SHIMMY_VERSION} as shimmy
5+ FROM ghcr.io/lambda-feedback/shimmy:${SHIMMY_VERSION} AS shimmy
66
7- FROM python:${PYTHON_VERSION}-slim-${DEBIAN_VERSION} as base
7+ FROM python:${PYTHON_VERSION}-slim-${DEBIAN_VERSION} AS base
88
99# set common workdir
1010WORKDIR /app
@@ -15,7 +15,7 @@ RUN apt-get update && apt-get install -y \
1515 curl \
1616 && rm -rf /var/lib/apt/lists/*
1717
18- FROM base as lambda-rie
18+ FROM base AS lambda-rie
1919
2020# Install the AWS Lambda Runtime Interface Emulator
2121RUN case $(uname -m) in \
Original file line number Diff line number Diff line change 11ARG DEBIAN_VERSION=bookworm
22ARG SHIMMY_VERSION=latest
33
4- FROM ghcr.io/lambda-feedback/shimmy:${SHIMMY_VERSION} as shimmy
4+ FROM ghcr.io/lambda-feedback/shimmy:${SHIMMY_VERSION} AS shimmy
55
6- FROM debian:${DEBIAN_VERSION}-slim as base
6+ FROM debian:${DEBIAN_VERSION}-slim AS base
77
88# set common workdir
99WORKDIR /app
1010
11- FROM base as lambda-rie
11+ FROM base AS lambda-rie
1212
1313# Install curl
1414RUN apt-get update && apt-get install -y \
Original file line number Diff line number Diff line change 11ARG SHIMMY_VERSION=latest
22ARG WOLFRAM_ENGINE_VERSION=13.3
33
4- FROM ghcr.io/lambda-feedback/shimmy:${SHIMMY_VERSION} as shimmy
4+ FROM ghcr.io/lambda-feedback/shimmy:${SHIMMY_VERSION} AS shimmy
55
6- FROM debian:bookworm-slim as lambda-rie
6+ FROM debian:bookworm-slim AS lambda-rie
77
88# Install curl
99RUN apt-get update && apt-get install -y \
You can’t perform that action at this time.
0 commit comments