Skip to content

Commit

Permalink
Merge pull request #207 from chiukapoor/bump
Browse files Browse the repository at this point in the history
Bump etcd and nginx base image version
  • Loading branch information
chiukapoor authored Sep 9, 2024
2 parents b6e5651 + 220ea9f commit 9294cdd
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 9294cdd

Please sign in to comment.