Skip to content

Commit

Permalink
Merge pull request #45 from karmada-io/dependabot/docker/cluster/imag…
Browse files Browse the repository at this point in the history
…es/alpine-3.20.0

build(deps): bump alpine from 3.19.1 to 3.20.0 in /cluster/images
  • Loading branch information
karmada-bot authored Jun 13, 2024
2 parents 3ed014c + 918a278 commit 2259e10
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cluster/images/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM alpine:3.19.1
FROM alpine:3.20.0

ARG BINARY
RUN sed -i 's/dl-cdn.alpinelinux.org/mirrors.ustc.edu.cn/g' /etc/apk/repositories
Expand Down
2 changes: 1 addition & 1 deletion cluster/images/build-web.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM alpine:3.19.1
FROM alpine:3.20.0

ARG BINARY
ARG TARGETPLATFORM
Expand Down
2 changes: 1 addition & 1 deletion cluster/images/buildx.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM alpine:3.19.1
FROM alpine:3.20.0

ARG BINARY
ARG TARGETPLATFORM
Expand Down

0 comments on commit 2259e10

Please sign in to comment.