Skip to content

Commit

Permalink
Bump version to 1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
tianon committed Apr 16, 2020
1 parent d4f07d6 commit ad4ec33
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ RUN set -eux; \
Older Debian releases (or newer `gosu` releases):

```dockerfile
ENV GOSU_VERSION 1.11
ENV GOSU_VERSION 1.12
RUN set -eux; \
# save list of currently installed packages for later so we can clean up
savedAptMark="$(apt-mark showmanual)"; \
Expand Down Expand Up @@ -59,7 +59,7 @@ RUN set -eux; \
**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.

```dockerfile
ENV GOSU_VERSION 1.11
ENV GOSU_VERSION 1.12
RUN set -eux; \
\
apk add --no-cache --virtual .gosu-deps \
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
package main

const Version = "1.11"
const Version = "1.12"

0 comments on commit ad4ec33

Please sign in to comment.