Skip to content

Commit

Permalink
Upgrade from Debian Bullseye to Bookworm for NodeJS (#3572)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kalaiselvi84 authored Jan 9, 2024
1 parent a934878 commit 2764e2f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion examples/nodejs-simple/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM debian:bullseye
FROM debian:bookworm
RUN useradd -u 1000 -m server
RUN apt-get update && apt-get install -y curl software-properties-common gnupg && \
apt-get clean
Expand Down
4 changes: 2 additions & 2 deletions examples/nodejs-simple/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ mkfile_path := $(abspath $(lastword $(MAKEFILE_LIST)))
project_path := $(dir $(mkfile_path))
root_path = $(realpath $(project_path)/../..)
ifeq ($(REPOSITORY),)
server_tag := nodejs-simple-server:0.9
server_tag := nodejs-simple-server:0.10
else
server_tag := $(REPOSITORY)/nodejs-simple-server:0.9
server_tag := $(REPOSITORY)/nodejs-simple-server:0.10
endif

# _____ _
Expand Down
2 changes: 1 addition & 1 deletion examples/nodejs-simple/gameserver.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ spec:
spec:
containers:
- name: nodejs-simple
image: us-docker.pkg.dev/agones-images/examples/nodejs-simple-server:0.9
image: us-docker.pkg.dev/agones-images/examples/nodejs-simple-server:0.10
resources:
requests:
memory: 100Mi
Expand Down

0 comments on commit 2764e2f

Please sign in to comment.