We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d7e0f35 commit e16828bCopy full SHA for e16828b
docker/Dockerfile
@@ -1,4 +1,4 @@
1
-FROM --platform=${TARGETPLATFORM} ubuntu:jammy-20240212 AS builder
+FROM --platform=${TARGETPLATFORM} ubuntu:jammy-20240227 AS builder
2
ARG TARGETARCH
3
4
# Setting bash as our shell, and enabling pipefail option
@@ -9,7 +9,7 @@ WORKDIR /mattermost-push-proxy
9
COPY dist/mattermost-push-proxy-linux-${TARGETARCH}.tar.gz /mattermost-push-proxy-linux.tar.gz
10
RUN tar -xf /mattermost-push-proxy-linux.tar.gz --strip-components=1 -C /mattermost-push-proxy
11
12
-FROM --platform=${TARGETPLATFORM} ubuntu:jammy-20240212
+FROM --platform=${TARGETPLATFORM} ubuntu:jammy-20240227
13
14
# Install needed packages and indirect dependencies
15
# hadolint ignore=DL3008
0 commit comments