From f3f47c72ad130440c53261984df852d8f9789b32 Mon Sep 17 00:00:00 2001 From: Andrew Cutler Date: Tue, 9 Jul 2024 10:42:33 +1000 Subject: [PATCH] Update Alpine base to 3.20 (#86) --- Dockerfile | 2 +- LICENSE | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index e794140..0b41a5d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM alpine:3.19 +FROM alpine:3.20 RUN apk update && \ apk add --no-cache bash git openssh rsync augeas shadow rssh && \ diff --git a/LICENSE b/LICENSE index 04f0333..23ccdcf 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2015-2023 Volt Grid Pty Ltd +Copyright (c) 2015-2024 Volt Grid Pty Ltd Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal