Skip to content

Commit ef91592

Browse files
authored
Use Debian Bookworm base image (#64)
1 parent 50da520 commit ef91592

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
FROM python:3.9-buster AS build
1+
FROM python:3.9-bookworm AS build
22

33
COPY . /src
44
WORKDIR /src/python
55
RUN python3 setup.py bdist_wheel
66

7-
FROM python:3.9-slim-buster
7+
FROM python:3.9-slim-bookworm
88
ARG TZ
99
ENV TZ=$TZ
1010

deploy/etos-sse/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM golang:1.20-alpine AS build
22
WORKDIR /tmp/sse
33
COPY . .
4-
RUN apk add --no-cache make=4.4.1-r2 git=2.43.0-r0 && make build
4+
RUN apk add --no-cache make=4.4.1-r2 git=2.43.4-r0 && make build
55

66
FROM alpine:3.17.3
77
ARG TZ

0 commit comments

Comments
 (0)