Skip to content

Commit c68963a

Browse files
authored
chore: update examples base image to 1.84 (#114)
Signed-off-by: Yashash H L <[email protected]>
1 parent 2b27933 commit c68963a

File tree

12 files changed

+12
-12
lines changed

12 files changed

+12
-12
lines changed

examples/batchmap-cat/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM rust:1.82-bullseye AS build
1+
FROM rust:1.84-bullseye AS build
22

33
RUN apt-get update
44
RUN apt-get install protobuf-compiler -y

examples/batchmap-flatmap/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM rust:1.82-bullseye AS build
1+
FROM rust:1.84-bullseye AS build
22

33
RUN apt-get update
44
RUN apt-get install protobuf-compiler -y

examples/flatmap-stream/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM rust:1.82-bullseye AS build
1+
FROM rust:1.84-bullseye AS build
22

33
RUN apt-get update
44
RUN apt-get install protobuf-compiler -y

examples/map-cat/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM rust:1.82-bullseye AS build
1+
FROM rust:1.84-bullseye AS build
22

33
RUN apt-get update
44
RUN apt-get install protobuf-compiler -y

examples/map-tickgen-serde/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM rust:1.82-bullseye AS build
1+
FROM rust:1.84-bullseye AS build
22

33
RUN apt-get update
44
RUN apt-get install protobuf-compiler -y

examples/mapt-event-time-filter/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM rust:1.82-bullseye AS build
1+
FROM rust:1.84-bullseye AS build
22

33
RUN apt-get update
44
RUN apt-get install protobuf-compiler -y

examples/reduce-counter/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM rust:1.82-bullseye AS build
1+
FROM rust:1.84-bullseye AS build
22

33
RUN apt-get update
44
RUN apt-get install protobuf-compiler -y

examples/sideinput/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM rust:1.82-bullseye AS build
1+
FROM rust:1.84-bullseye AS build
22

33
RUN apt-get update
44
RUN apt-get install protobuf-compiler -y

examples/sideinput/udf/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM rust:1.82-bullseye AS build
1+
FROM rust:1.84-bullseye AS build
22

33
RUN apt-get update
44
RUN apt-get install protobuf-compiler -y

examples/simple-source/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM rust:1.82-bullseye AS build
1+
FROM rust:1.84-bullseye AS build
22

33
RUN apt-get update
44
RUN apt-get install protobuf-compiler -y

examples/sink-log/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM rust:1.82-bullseye AS build
1+
FROM rust:1.84-bullseye AS build
22

33
RUN apt-get update
44
RUN apt-get install protobuf-compiler -y

examples/source-transformer-now/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM rust:1.82-bullseye AS build
1+
FROM rust:1.84-bullseye AS build
22

33
RUN apt-get update
44
RUN apt-get install protobuf-compiler -y

0 commit comments

Comments
 (0)