Skip to content

Commit fcfac24

Browse files
committed
feat: update Docker image version to 43 in Dockerfile and workflow
1 parent ff6afaf commit fcfac24

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
uses: docker/build-push-action@v6
4242
with:
4343
push: true
44-
tags: labeg/devpc:latest, labeg/devpc:42, labeg/devpc:42.0
44+
tags: labeg/devpc:latest, labeg/devpc:43, labeg/devpc:43.0
4545
platforms: linux/amd64
4646
cache-from: type=registry,ref=labeg/devpc:latest
4747
cache-to: type=inline

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
FROM labeg/centos-lxqt-vnc:42
2+
FROM labeg/centos-lxqt-vnc:43
33

44
ENV DONT_PROMPT_WSL_INSTALL=true
55

0 commit comments

Comments
 (0)