Skip to content

Commit fa24758

Browse files
committed
Update the Docker base images for FieldHub
1 parent 4bd96cb commit fa24758

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

server/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
# - https://pkgs.org/ - resource for finding needed packages
1313
# - Ex: hexpm/elixir:1.13.0-erlang-24.2-debian-bullseye-20210902-slim
1414
#
15-
ARG BUILDER_IMAGE="hexpm/elixir:1.13.0-erlang-24.2-debian-bullseye-20210902-slim"
16-
ARG RUNNER_IMAGE="debian:bullseye-20210902-slim"
15+
ARG BUILDER_IMAGE="hexpm/elixir:1.18.3-erlang-25.3.2.20-debian-bookworm-20250407-slim"
16+
ARG RUNNER_IMAGE="debian:bookworm-20250407-slim"
1717

1818
FROM ${BUILDER_IMAGE} as builder
1919

0 commit comments

Comments
 (0)