diff --git a/Dockerfile b/Dockerfile index aaf1f57..5ee5f85 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ # --- https://hub.docker.com/_/golang # --- https://github.com/microsoft/vscode-remote-try-go/blob/master/.devcontainer/Dockerfile ### ----------------------- -FROM golang:1.23.4-bookworm AS development +FROM golang:1.23.5-bookworm AS development # Avoid warnings by switching to noninteractive ENV DEBIAN_FRONTEND=noninteractive