diff --git a/Dockerfile b/Dockerfile index 16c0df9c..14cce56e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -11,7 +11,7 @@ # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. # See the License for the specific language governing permissions and # limitations under the License. -FROM busybox:1.35.0 AS busybox +FROM busybox:1.34.1 AS busybox FROM scratch ADD velero-plugin-for-csi /plugins/ diff --git a/changelogs/CHANGELOG-0.3.2.md b/changelogs/CHANGELOG-0.3.2.md index a50e1b97..f0874570 100644 --- a/changelogs/CHANGELOG-0.3.2.md +++ b/changelogs/CHANGELOG-0.3.2.md @@ -1,6 +1,6 @@ ## All changes -- Bump up busybox version to v1.35.0 (#132, @blackpiglet) +- Bump up busybox version to v1.34.1 (#134, @blackpiglet) - Bump up Golang version to v1.18.8 (#129, @blackpiglet) - Reset PVC dataSourceRef value with dataSource in CSI plugin. (#126, @blackpiglet) - Support annotation "backup.velero.io/must-include-additional-items". (#125, @blackpiglet) \ No newline at end of file