Skip to content

Commit ed9b5d5

Browse files
authored
Merge pull request #1394 from k8s-infra-cherrypick-robot/cherry-pick-1392-to-release-1.28
[release-1.28] fix: upgrade base image to alpine 3.18 to fix DNS issue
2 parents bb1102e + 2f2d744 commit ed9b5d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/azurefileplugin/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
FROM alpine:3.15.1
15+
FROM alpine:3.18.3
1616

1717
ARG ARCH=amd64
1818
ARG binary=./_output/${ARCH}/azurefileplugin

0 commit comments

Comments
 (0)