Skip to content

Commit

Permalink
Upgrade base image from opensuse/leap:15.4 to 15.5
Browse files Browse the repository at this point in the history
openSUSE always give me smile 😊
  • Loading branch information
YanWenKun committed May 6, 2023
1 parent 4ab5799 commit ba89dcc
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.dockerful
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
# Stage 2: Put the server in a separate running environment.
################################################################################

FROM opensuse/leap:15.4 AS stage1
FROM opensuse/leap:15.5 AS stage1

LABEL maintainer="code@yanwk.fun"

Expand Down Expand Up @@ -39,7 +39,7 @@ RUN set -eux \

################################################################################

FROM opensuse/leap:15.4 AS stage2
FROM opensuse/leap:15.5 AS stage2

LABEL maintainer="code@yanwk.fun"

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.preload
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# BaroServer part is inspired by: https://github.com/gnoeley/barotrauma-dedicated-server-docker
################################################################################

FROM opensuse/leap:15.4
FROM opensuse/leap:15.5

LABEL maintainer="code@yanwk.fun"

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile.slim
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# BaroServer part is inspired by: https://github.com/gnoeley/barotrauma-dedicated-server-docker
################################################################################

FROM opensuse/leap:15.4
FROM opensuse/leap:15.5

LABEL maintainer="code@yanwk.fun"

Expand Down
2 changes: 1 addition & 1 deletion docs/Dockerfile.exmaple
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# with SteamCMD.
############################################################

FROM opensuse/leap:15.4
FROM opensuse/leap:15.5

LABEL maintainer="code@yanwk.fun"

Expand Down

0 comments on commit ba89dcc

Please sign in to comment.