We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50da520 commit ef91592Copy full SHA for ef91592
Dockerfile
@@ -1,10 +1,10 @@
1
-FROM python:3.9-buster AS build
+FROM python:3.9-bookworm AS build
2
3
COPY . /src
4
WORKDIR /src/python
5
RUN python3 setup.py bdist_wheel
6
7
-FROM python:3.9-slim-buster
+FROM python:3.9-slim-bookworm
8
ARG TZ
9
ENV TZ=$TZ
10
deploy/etos-sse/Dockerfile
@@ -1,7 +1,7 @@
FROM golang:1.20-alpine AS build
WORKDIR /tmp/sse
COPY . .
-RUN apk add --no-cache make=4.4.1-r2 git=2.43.0-r0 && make build
+RUN apk add --no-cache make=4.4.1-r2 git=2.43.4-r0 && make build
FROM alpine:3.17.3
0 commit comments