Skip to content

Commit aa09122

Browse files
committed
1.1.2
1 parent 6288db3 commit aa09122

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ FROM fedora:43
55

66
# labels and args
77
ARG 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
1010
LABEL org.opencontainers.image.title="code-server on Fedora"
1111
LABEL org.opencontainers.image.version="${VERSION}"
1212
LABEL org.opencontainers.image.created="${BUILD_DATE}"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)