Skip to content

Commit 39eb55f

Browse files
committed
feat: update base image version to 42 in Dockerfile and workflow
1 parent 76602dd commit 39eb55f

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:41, labeg/devpc:41.1
44+
tags: labeg/devpc:latest, labeg/devpc:42, labeg/devpc:42.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:41
2+
FROM labeg/centos-lxqt-vnc:42
33

44
LABEL maintainer="[email protected]" \
55
io.k8s.description="Container with tools for development C# and Typescript applications" \

0 commit comments

Comments
 (0)