Skip to content

Commit

Permalink
chore(deps): update ubuntu docker tag to v24
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 26, 2024
1 parent 21f82df commit 2324b8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mattermost.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Copyright 2023 Canonical Ltd.
# See LICENSE file for licensing details.
FROM ubuntu:focal@sha256:ed4a42283d9943135ed87d4ee34e542f7f5ad9ecf2f244870e23122f703f91c2 AS canonical_flavour_builder
FROM ubuntu:noble@sha256:562456a05a0dbd62a671c1854868862a4687bf979a96d48ae8e766642cd911e8 AS canonical_flavour_builder

# Avoid needing any input from package installs.
ENV DEBIAN_FRONTEND=noninteractive
Expand Down Expand Up @@ -56,7 +56,7 @@ RUN cd mattermost-webapp && \
npm config set progress=false loglevel=info && \
make dist

FROM ubuntu:focal@sha256:ed4a42283d9943135ed87d4ee34e542f7f5ad9ecf2f244870e23122f703f91c2
FROM ubuntu:noble@sha256:562456a05a0dbd62a671c1854868862a4687bf979a96d48ae8e766642cd911e8

ARG edition=enterprise
ARG image_flavour=default
Expand Down

0 comments on commit 2324b8a

Please sign in to comment.