Skip to content

Commit

Permalink
Bump alpine from 3.18.4 to 3.18.5
Browse files Browse the repository at this point in the history
Bumps alpine from 3.18.4 to 3.18.5.

---
updated-dependencies:
- dependency-name: alpine
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and dghubble committed Dec 3, 2023
1 parent 23eca96 commit e3f5e8d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
FROM docker.io/alpine:3.18.4 AS builder
FROM docker.io/alpine:3.18.5 AS builder
ARG ARCH
ARG CNI_VERSION
COPY scripts /scripts
RUN /scripts/fetch-cni.sh

FROM docker.io/alpine:3.18.4
FROM docker.io/alpine:3.18.5
LABEL maintainer="Dalton Hubble <dghubble@gmail.com>"
LABEL org.opencontainers.image.title="flannel-cni",
LABEL org.opencontainers.image.source="https://github.com/poseidon/flannel-cni"
Expand Down

0 comments on commit e3f5e8d

Please sign in to comment.