File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ FROM fedora:43
55
66# labels and args
77ARG BUILD_DATE=2025.11.12
8- ARG VERSION=1.1.1
9- ARG CODE_RELEASE=4.105.1
8+ ARG VERSION=1.1.2
9+ ARG CODE_RELEASE=4.106.2
1010LABEL org.opencontainers.image.title="code-server on Fedora"
1111LABEL org.opencontainers.image.version="${VERSION}"
1212LABEL org.opencontainers.image.created="${BUILD_DATE}"
Original file line number Diff line number Diff line change @@ -330,7 +330,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
330330# # Example for podman
331331
332332` ` ` shell
333- podman build -t code-server-fedora . --build-arg VERSION=" 1.1.1 " --build-arg BUILD_DATE=" 2025.11.12" --build-arg CODE_RELEASE=" 4.105.1 "
333+ podman build -t code-server-fedora . --build-arg VERSION=" 1.1.2 " --build-arg BUILD_DATE=" 2025.11.12" --build-arg CODE_RELEASE=" 4.106.2 "
334334` ` `
335335
336336# # Versions
You can’t perform that action at this time.
0 commit comments