Skip to content

Commit

Permalink
chore: Bump etcd and nginx base image version
Browse files Browse the repository at this point in the history
  • Loading branch information
chiukapoor committed Sep 9, 2024
1 parent b6e5651 commit 220ea9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM nginx:1.27.0-alpine as base
FROM nginx:1.27.1-alpine as base

ENV DOCKER_VERSION=27.1.1
ENV CNI_PLUGINS_VERSION=v1.5.1
ENV FLANNEL_VERSION=v1.5.1-flannel1
ENV ETCD_VERSION=v3.5.14
ENV ETCD_VERSION=v3.5.15
ENV CRIDOCKERD_VERSION=0.3.15
ENV RANCHER_CONFD_VERSION=v0.16.6
ENV KUBECTL_VERSION=v1.28.11
Expand Down

0 comments on commit 220ea9f

Please sign in to comment.