Skip to content

Commit

Permalink
Update Alpine base to 3.20 (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
macropin authored Jul 9, 2024
1 parent 1a5109d commit f3f47c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -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 && \
Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit f3f47c7

Please sign in to comment.