Skip to content

Commit e16828b

Browse files
committed
[chore] Updating to latest docker build image
1 parent d7e0f35 commit e16828b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM --platform=${TARGETPLATFORM} ubuntu:jammy-20240212 AS builder
1+
FROM --platform=${TARGETPLATFORM} ubuntu:jammy-20240227 AS builder
22
ARG TARGETARCH
33

44
# Setting bash as our shell, and enabling pipefail option
@@ -9,7 +9,7 @@ WORKDIR /mattermost-push-proxy
99
COPY dist/mattermost-push-proxy-linux-${TARGETARCH}.tar.gz /mattermost-push-proxy-linux.tar.gz
1010
RUN tar -xf /mattermost-push-proxy-linux.tar.gz --strip-components=1 -C /mattermost-push-proxy
1111

12-
FROM --platform=${TARGETPLATFORM} ubuntu:jammy-20240212
12+
FROM --platform=${TARGETPLATFORM} ubuntu:jammy-20240227
1313

1414
# Install needed packages and indirect dependencies
1515
# hadolint ignore=DL3008

0 commit comments

Comments
 (0)