diff --git a/Dockerfile b/Dockerfile index 3aa74a4..5504e5e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,8 +1,8 @@ # syntax = docker.io/docker/dockerfile:1.6 # The Alpine and Go base images must use the same release of Alpine. -ARG ALPINE_BASE=docker.io/library/alpine:3.18 -ARG GOLANG_BASE=docker.io/library/golang:1.21-alpine3.18 +ARG ALPINE_BASE=docker.io/library/alpine:3.19 +ARG GOLANG_BASE=docker.io/library/golang:1.21-alpine3.19 # The Node.js image does not require any particular OS. ARG NODEJS_BASE=docker.io/library/node:20-alpine # See https://gstreamer.freedesktop.org/download/.