Skip to content

Commit

Permalink
chore(upgrades): Update OS to latest supported releases (#1119)
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonmcintosh authored Nov 19, 2024
1 parent 46bc0e3 commit 2130b14
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.slim
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.16
FROM alpine:3.20
LABEL maintainer="[email protected]"

ENV KUSTOMIZE_VERSION=3.8.6
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.ubuntu
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ubuntu:bionic
FROM ubuntu:jammy
LABEL maintainer="[email protected]"

ENV KUSTOMIZE_VERSION=3.8.6
Expand Down

0 comments on commit 2130b14

Please sign in to comment.