Skip to content

Commit

Permalink
Updated rust container version
Browse files Browse the repository at this point in the history
  • Loading branch information
wkennedy committed Mar 27, 2024
1 parent 9ce9ce6 commit 62748b6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile-logstash
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
################################################################################
# Create a stage for building the application.

ARG RUST_VERSION=1.72.1
ARG RUST_VERSION=1.77.0
ARG APP_NAME=sologger
FROM rust:${RUST_VERSION}-slim-bookworm AS build
ARG APP_NAME
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-otel
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
################################################################################
# Create a stage for building the application.

ARG RUST_VERSION=1.72.1
ARG RUST_VERSION=1.77.0
ARG APP_NAME=sologger
FROM rust:${RUST_VERSION}-slim-bookworm AS build
ARG APP_NAME
Expand Down

0 comments on commit 62748b6

Please sign in to comment.