Skip to content

Commit 2259e10

Browse files
authored
Merge pull request #45 from karmada-io/dependabot/docker/cluster/images/alpine-3.20.0
build(deps): bump alpine from 3.19.1 to 3.20.0 in /cluster/images
2 parents 3ed014c + 918a278 commit 2259e10

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

cluster/images/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.19.1
15+
FROM alpine:3.20.0
1616

1717
ARG BINARY
1818
RUN sed -i 's/dl-cdn.alpinelinux.org/mirrors.ustc.edu.cn/g' /etc/apk/repositories

cluster/images/build-web.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.19.1
15+
FROM alpine:3.20.0
1616

1717
ARG BINARY
1818
ARG TARGETPLATFORM

cluster/images/buildx.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.19.1
15+
FROM alpine:3.20.0
1616

1717
ARG BINARY
1818
ARG TARGETPLATFORM

0 commit comments

Comments
 (0)