Skip to content

Commit 5452981

Browse files
committed
Bump version to 1.11
1 parent fd64f11 commit 5452981

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

INSTALL.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ RUN set -eux; \
1818
Older Debian releases (or newer `gosu` releases):
1919

2020
```dockerfile
21-
ENV GOSU_VERSION 1.10
21+
ENV GOSU_VERSION 1.11
2222
RUN set -eux; \
2323
# save list of currently installed packages for later so we can clean up
2424
savedAptMark="$(apt-mark showmanual)"; \
@@ -56,7 +56,7 @@ RUN set -eux; \
5656
**Note:** when using Alpine, it's probably also worth checking out [`su-exec`](https://github.com/ncopa/su-exec) (`apk add --no-cache su-exec`) instead, which since version 0.2 is fully `gosu`-compatible in a fraction of the file size.
5757

5858
```dockerfile
59-
ENV GOSU_VERSION 1.10
59+
ENV GOSU_VERSION 1.11
6060
RUN set -eux; \
6161
\
6262
apk add --no-cache --virtual .gosu-deps \

version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
package main
22

3-
const Version = "1.10"
3+
const Version = "1.11"

0 commit comments

Comments
 (0)