Skip to content

Commit

Permalink
build(deps): bump the docker-production-dependencies group across 19 …
Browse files Browse the repository at this point in the history
…directories with 14 updates

Bumps the docker-production-dependencies group with 2 updates in the /src/accounting directory: dotnet/sdk and dotnet/aspnet.
Bumps the docker-production-dependencies group with 2 updates in the /src/cart/src directory: dotnet/sdk and dotnet/runtime-deps.
Bumps the docker-production-dependencies group with 1 update in the /src/checkoutservice directory: golang.
Bumps the docker-production-dependencies group with 1 update in the /src/checkoutservice/genproto directory: golang.
Bumps the docker-production-dependencies group with 1 update in the /src/currency directory: alpine.
Bumps the docker-production-dependencies group with 1 update in the /src/email directory: ruby.
Bumps the docker-production-dependencies group with 1 update in the /src/flagd-ui directory: node.
Bumps the docker-production-dependencies group with 1 update in the /src/frontend directory: node.
Bumps the docker-production-dependencies group with 1 update in the /src/image-provider directory: nginx.
Bumps the docker-production-dependencies group with 1 update in the /src/kafka directory: apache/kafka.
Bumps the docker-production-dependencies group with 1 update in the /src/load-generator directory: python.
Bumps the docker-production-dependencies group with 1 update in the /src/payment directory: node.
Bumps the docker-production-dependencies group with 1 update in the /src/productcatalogservice directory: golang.
Bumps the docker-production-dependencies group with 1 update in the /src/productcatalogservice/genproto directory: golang.
Bumps the docker-production-dependencies group with 2 updates in the /src/quote directory: php and composer.
Bumps the docker-production-dependencies group with 1 update in the /src/react-native-app directory: reactnativecommunity/react-native-android.
Bumps the docker-production-dependencies group with 1 update in the /src/recommendation directory: python.
Bumps the docker-production-dependencies group with 1 update in the /src/recommendation/genproto directory: python.
Bumps the docker-production-dependencies group with 1 update in the /src/shipping directory: rust.


Updates `dotnet/sdk` from 8.0 to 9.0

Updates `dotnet/aspnet` from 8.0 to 9.0

Updates `dotnet/sdk` from 8.0 to 9.0

Updates `dotnet/runtime-deps` from 8.0-alpine3.20 to 9.0-alpine3.20

Updates `golang` from 1.22-alpine to 1.23-alpine

Updates `golang` from 1.22-alpine to 1.23-alpine

Updates `alpine` from 3.18 to 3.21

Updates `ruby` from 3.2.2-slim to 3.4.1-slim

Updates `node` from 20-alpine to 23-alpine

Updates `node` from 20-alpine to 23-alpine

Updates `nginx` from 1.27.0-otel to 1.27.3-otel

Updates `apache/kafka` from 3.7.0 to 3.9.0

Updates `python` from 3.12-slim-bookworm to 3.13-slim-bookworm

Updates `node` from 22-alpine to 23-alpine

Updates `golang` from 1.22-alpine to 1.23-alpine

Updates `golang` from 1.22-alpine to 1.23-alpine

Updates `php` from 8.3-cli to 8.4-cli

Updates `composer` from 2.7 to 2.8

Updates `reactnativecommunity/react-native-android` from v13.2.1 to v15.0

Updates `python` from 3.12-slim-bookworm to 3.13-slim-bookworm

Updates `python` from 3.12-slim-bookworm to 3.13-slim-bookworm

Updates `rust` from 1.76 to 1.83

---
updated-dependencies:
- dependency-name: dotnet/sdk
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: docker-production-dependencies
- dependency-name: dotnet/aspnet
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: docker-production-dependencies
- dependency-name: dotnet/sdk
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: docker-production-dependencies
- dependency-name: dotnet/runtime-deps
  dependency-type: direct:production
  dependency-group: docker-production-dependencies
- dependency-name: golang
  dependency-type: direct:production
  dependency-group: docker-production-dependencies
- dependency-name: golang
  dependency-type: direct:production
  dependency-group: docker-production-dependencies
- dependency-name: alpine
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: docker-production-dependencies
- dependency-name: ruby
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: docker-production-dependencies
- dependency-name: node
  dependency-type: direct:production
  dependency-group: docker-production-dependencies
- dependency-name: node
  dependency-type: direct:production
  dependency-group: docker-production-dependencies
- dependency-name: nginx
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: docker-production-dependencies
- dependency-name: apache/kafka
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: docker-production-dependencies
- dependency-name: python
  dependency-type: direct:production
  dependency-group: docker-production-dependencies
- dependency-name: node
  dependency-type: direct:production
  dependency-group: docker-production-dependencies
- dependency-name: golang
  dependency-type: direct:production
  dependency-group: docker-production-dependencies
- dependency-name: golang
  dependency-type: direct:production
  dependency-group: docker-production-dependencies
- dependency-name: php
  dependency-type: direct:production
  dependency-group: docker-production-dependencies
- dependency-name: composer
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: docker-production-dependencies
- dependency-name: reactnativecommunity/react-native-android
  dependency-type: direct:production
  dependency-group: docker-production-dependencies
- dependency-name: python
  dependency-type: direct:production
  dependency-group: docker-production-dependencies
- dependency-name: python
  dependency-type: direct:production
  dependency-group: docker-production-dependencies
- dependency-name: rust
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: docker-production-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 8, 2025
1 parent 43c5175 commit 8fc89b0
Show file tree
Hide file tree
Showing 19 changed files with 27 additions and 27 deletions.
4 changes: 2 additions & 2 deletions src/accounting/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copyright The OpenTelemetry Authors
# SPDX-License-Identifier: Apache-2.0

FROM --platform=${BUILDPLATFORM} mcr.microsoft.com/dotnet/sdk:8.0 AS builder
FROM --platform=${BUILDPLATFORM} mcr.microsoft.com/dotnet/sdk:9.0 AS builder
ARG TARGETARCH
ARG BUILD_CONFIGURATION=Release
WORKDIR /src
Expand All @@ -21,7 +21,7 @@ RUN dotnet publish "./Accounting.csproj" -r linux-$TARGETARCH -c $BUILD_CONFIGUR

# -----------------------------------------------------------------------------

FROM mcr.microsoft.com/dotnet/aspnet:8.0
FROM mcr.microsoft.com/dotnet/aspnet:9.0
USER app
WORKDIR /app
COPY --from=publish /app/publish .
Expand Down
4 changes: 2 additions & 2 deletions src/cart/src/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
# limitations under the License.

# https://mcr.microsoft.com/v2/dotnet/sdk/tags/list
FROM --platform=$BUILDPLATFORM mcr.microsoft.com/dotnet/sdk:8.0 AS builder
FROM --platform=$BUILDPLATFORM mcr.microsoft.com/dotnet/sdk:9.0 AS builder
ARG TARGETARCH

WORKDIR /usr/src/app/
Expand All @@ -30,7 +30,7 @@ RUN dotnet publish ./src/cart.csproj -r linux-musl-$TARGETARCH --no-restore -o /
# -----------------------------------------------------------------------------

# https://mcr.microsoft.com/v2/dotnet/runtime-deps/tags/list
FROM mcr.microsoft.com/dotnet/runtime-deps:8.0-alpine3.20
FROM mcr.microsoft.com/dotnet/runtime-deps:9.0-alpine3.20

WORKDIR /usr/src/app/
COPY --from=builder /cart/ ./
Expand Down
2 changes: 1 addition & 1 deletion src/checkoutservice/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# SPDX-License-Identifier: Apache-2.0


FROM golang:1.22-alpine AS builder
FROM golang:1.23-alpine AS builder

WORKDIR /usr/src/app/

Expand Down
2 changes: 1 addition & 1 deletion src/checkoutservice/genproto/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copyright The OpenTelemetry Authors
# SPDX-License-Identifier: Apache-2.0

FROM golang:1.22-alpine
FROM golang:1.23-alpine

WORKDIR /build

Expand Down
4 changes: 2 additions & 2 deletions src/currency/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM alpine:3.18 AS builder
FROM alpine:3.21 AS builder

RUN apk update && apk add git cmake make g++ grpc-dev protobuf-dev linux-headers

Expand All @@ -39,7 +39,7 @@ RUN cd /currency \
&& make -j$(nproc || sysctl -n hw.ncpu || echo 1) install


FROM alpine:3.18 AS release
FROM alpine:3.21 AS release

RUN apk update && apk add grpc-dev protobuf-dev
COPY --from=builder /usr/local /usr/local
Expand Down
2 changes: 1 addition & 1 deletion src/email/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# SPDX-License-Identifier: Apache-2.0


FROM ruby:3.2.2-slim AS base
FROM ruby:3.4.1-slim AS base

FROM base AS builder

Expand Down
4 changes: 2 additions & 2 deletions src/flagd-ui/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copyright The OpenTelemetry Authors
# SPDX-License-Identifier: Apache-2.0

FROM node:20 AS builder
FROM node:23 AS builder

WORKDIR /app

Expand All @@ -15,7 +15,7 @@ RUN npm run build

# -----------------------------------------------------------------------------

FROM node:20-alpine
FROM node:23-alpine

WORKDIR /app

Expand Down
6 changes: 3 additions & 3 deletions src/frontend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@
# SPDX-License-Identifier: Apache-2.0


FROM node:20-alpine AS deps
FROM node:23-alpine AS deps
RUN apk add --no-cache libc6-compat

WORKDIR /app

COPY ./src/frontend/package*.json ./
RUN npm ci

FROM node:20-alpine AS builder
FROM node:23-alpine AS builder
RUN apk add --no-cache libc6-compat protobuf-dev protoc
WORKDIR /app
COPY --from=deps /app/node_modules ./node_modules
Expand All @@ -20,7 +20,7 @@ COPY ./src/frontend .
RUN npm run grpc:generate
RUN npm run build

FROM node:20-alpine AS runner
FROM node:23-alpine AS runner
WORKDIR /app
RUN apk add --no-cache protobuf-dev protoc

Expand Down
2 changes: 1 addition & 1 deletion src/image-provider/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copyright The OpenTelemetry Authors
# SPDX-License-Identifier: Apache-2.0

FROM nginx:1.27.0-otel
FROM nginx:1.27.3-otel

RUN apt-get update ; apt-get install lsb-release --no-install-recommends --no-install-suggests -y

Expand Down
2 changes: 1 addition & 1 deletion src/kafka/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# SPDX-License-Identifier: Apache-2.0


FROM apache/kafka:3.7.0
FROM apache/kafka:3.9.0

USER root
ARG OTEL_JAVA_AGENT_VERSION
Expand Down
2 changes: 1 addition & 1 deletion src/load-generator/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# SPDX-License-Identifier: Apache-2.0


FROM python:3.12-slim-bookworm AS base
FROM python:3.13-slim-bookworm AS base

FROM base AS builder
RUN apt-get -qq update \
Expand Down
4 changes: 2 additions & 2 deletions src/payment/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# SPDX-License-Identifier: Apache-2.0


FROM node:22-alpine AS build
FROM node:23-alpine AS build

WORKDIR /usr/src/app/

Expand All @@ -12,7 +12,7 @@ RUN apk add --no-cache python3 make g++ && npm ci --omit=dev

# -----------------------------------------------------------------------------

FROM node:22-alpine
FROM node:23-alpine

USER node
WORKDIR /usr/src/app/
Expand Down
2 changes: 1 addition & 1 deletion src/productcatalogservice/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# SPDX-License-Identifier: Apache-2.0


FROM golang:1.22-alpine AS builder
FROM golang:1.23-alpine AS builder

WORKDIR /usr/src/app/

Expand Down
2 changes: 1 addition & 1 deletion src/productcatalogservice/genproto/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copyright The OpenTelemetry Authors
# SPDX-License-Identifier: Apache-2.0

FROM golang:1.22-alpine
FROM golang:1.23-alpine

WORKDIR /build

Expand Down
4 changes: 2 additions & 2 deletions src/quote/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# SPDX-License-Identifier: Apache-2.0


FROM php:8.3-cli AS base
FROM php:8.4-cli AS base

ADD https://github.com/mlocati/docker-php-extension-installer/releases/latest/download/install-php-extensions /usr/local/bin/
RUN chmod +x /usr/local/bin/install-php-extensions \
Expand All @@ -17,7 +17,7 @@ CMD ["php", "public/index.php"]
USER www-data
EXPOSE ${QUOTE_PORT}

FROM composer:2.7 AS vendor
FROM composer:2.8 AS vendor

WORKDIR /tmp/
COPY ./src/quote/composer.json .
Expand Down
2 changes: 1 addition & 1 deletion src/react-native-app/android.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# https://github.com/react-native-community/docker-android
# Choosing a tag where the Android build tools match what we have in android/build.gradle to avoid the
# container having to download them
FROM reactnativecommunity/react-native-android:v13.2.1 AS builder
FROM reactnativecommunity/react-native-android:v15.0 AS builder

WORKDIR /reactnativesrc/
COPY . .
Expand Down
2 changes: 1 addition & 1 deletion src/recommendation/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# SPDX-License-Identifier: Apache-2.0


FROM python:3.12-slim-bookworm AS base
FROM python:3.13-slim-bookworm AS base

#
# Fetch requirements
Expand Down
2 changes: 1 addition & 1 deletion src/recommendation/genproto/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Copyright The OpenTelemetry Authors
# SPDX-License-Identifier: Apache-2.0

FROM python:3.12-slim-bookworm
FROM python:3.13-slim-bookworm

WORKDIR /build

Expand Down
2 changes: 1 addition & 1 deletion src/shipping/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# SPDX-License-Identifier: Apache-2.0


FROM --platform=${BUILDPLATFORM} rust:1.76 AS builder
FROM --platform=${BUILDPLATFORM} rust:1.83 AS builder
ARG TARGETARCH
ARG TARGETPLATFORM
ARG BUILDPLATFORM
Expand Down

0 comments on commit 8fc89b0

Please sign in to comment.